commit 74abebcec4b1333d222c56edcad978061b82c4d2 from: Benjamin Stürz date: Mon Oct 07 13:57:53 2024 UTC sys: fix typo commit - e9f89a1828e2e53fe590b32a5d64aa9f5946ed1c commit + 74abebcec4b1333d222c56edcad978061b82c4d2 blob - 3dbaec696ece4ff0cec234fdfb731210b8d28049 blob + 2e164902d3ff80a682fa604b5ffe8eb16e8fc449 --- sys/kernel.asm +++ sys/kernel.asm @@ -166,7 +166,7 @@ _entry: ; enter userspace, TODO: enter ring 3 lea ax, [gdt.data - gdt] mov ds, ax - mov es, ax, + mov es, ax mov bx, sp push ax ; ss push bx ; sp