From 399ad8c7bb9df256728634aaf4006d668b6c5aa8 Mon Sep 17 00:00:00 2001 From: Ry Date: Mon, 21 Nov 2022 21:32:06 -0800 Subject: [PATCH] shell: Use hex const for the cursor --- kernel/shell/shell.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/shell/shell.asm b/kernel/shell/shell.asm index 1f841fe..b59d2ac 100644 --- a/kernel/shell/shell.asm +++ b/kernel/shell/shell.asm @@ -1,6 +1,6 @@ ; shell routines -const CURSOR: 138 +const CURSOR: 0x8A ; create a new shell task ; inputs: