summaryrefslogtreecommitdiff
path: root/src/user/knob/entry.asm
diff options
context:
space:
mode:
authorBenji Dial <benji6283@gmail.com>2020-09-13 17:12:29 -0400
committerBenji Dial <benji6283@gmail.com>2020-09-13 17:12:29 -0400
commit5481848e27fdd4fc859def9841a0283665531a46 (patch)
tree990a8df008214d85141a3bd10bd96898e64b0c37 /src/user/knob/entry.asm
parent1e4a254674f668839e5de273916024c16814b045 (diff)
downloadportland-os-5481848e27fdd4fc859def9841a0283665531a46.tar.gz
fixed some paging bugs, added fault handlers and new programs
Diffstat (limited to 'src/user/knob/entry.asm')
-rw-r--r--src/user/knob/entry.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/user/knob/entry.asm b/src/user/knob/entry.asm
index 18faf7f..acf6f5f 100644
--- a/src/user/knob/entry.asm
+++ b/src/user/knob/entry.asm
@@ -12,7 +12,6 @@ _entry:
mov esp, stack
push edx
- ;TODO: heap stuff?
;TODO: determine current_disk
;any further needed initialization