diff options
Diffstat (limited to 'src/user/knob/entry.asm')
-rw-r--r-- | src/user/knob/entry.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/knob/entry.asm b/src/user/knob/entry.asm index ae024c4..18faf7f 100644 --- a/src/user/knob/entry.asm +++ b/src/user/knob/entry.asm @@ -10,6 +10,7 @@ extern current_disk section .text _entry: mov esp, stack + push edx ;TODO: heap stuff? ;TODO: determine current_disk |