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 0a5f2e3..ea52858 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_test ; render a test pattern
+ call term_demo ; cursor + scroll demo
; --- spawn the init task (pid 1); it fork()s the rest ---
ld hl, TaskInit