diff options
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/asm_usermode.S (renamed from asm/asm_usermode.s) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/asm_usermode.s b/asm/asm_usermode.S index 147dfe5..a07f480 100644 --- a/asm/asm_usermode.s +++ b/asm/asm_usermode.S @@ -21,7 +21,7 @@ asm_usermode: pushl $0x23 // user data segment //pushl $0x8fff000-3*32 //%eax // current stack - pushl $0xe0000000-3*32 //%eax // current stack (3 values will be poped) + pushl $0xe0000000-3*32 //%eax // current stack (3 values will be poped) we subst 4 to align pushf // // http://x86.renejeschke.de/html/file_module_x86_id_145.html |
