aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.asm')
-rw-r--r--src/boot.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.asm b/src/boot.asm
index ea52858..973bc8e 100644
--- a/src/boot.asm
+++ b/src/boot.asm
@@ -57,7 +57,7 @@ KernelInit:
ld [wCurProc+1], a
call fs_init ; mount the disk (format on first boot; persists)
call term_init ; set up the LCD text terminal
- call term_demo ; cursor + scroll demo
+ ; terminal starts blank; shell output flows in via KPutc
; --- spawn the init task (pid 1); it fork()s the rest ---
ld hl, TaskInit