summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-12 15:23:38 +0200
committerMiguel <m.i@gmx.at>2018-09-12 15:23:38 +0200
commitc72944b5646863ffaaaff94dc03b939a08566203 (patch)
tree3ce3d74fc27b297cd6958d0d8ba588ccbbe16bfb /asm
parent800b1a878ec34a8ff30ed093e20561182fa6ae36 (diff)
struggling with vmem
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