diff options
author | Benji Dial <benji6283@gmail.com> | 2020-09-13 03:19:57 -0400 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2020-09-13 03:19:57 -0400 |
commit | 1e4a254674f668839e5de273916024c16814b045 (patch) | |
tree | 6774f4d4398a29c4aafb4120070975d864ffcde4 /src/user/knob/entry.asm | |
parent | b8284137d4e0eec11c78bc14047243fce6a51373 (diff) | |
download | portland-os-1e4a254674f668839e5de273916024c16814b045.tar.gz |
(basic, not much tested) keyboard, better panic
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 |