summaryrefslogtreecommitdiff
path: root/kc/core/kc_main.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-12-26 18:16:23 +0000
committerAda Christine <adachristine18@gmail.com>2021-12-26 18:16:23 +0000
commitbe8b55dbde1b2ac31d24a1cd30191549592c6868 (patch)
treee5596c2b63935cf43a58de6624e17f682ea5bf54 /kc/core/kc_main.c
parent563286b7de047ffa2a2dd27f62c2b33ef03578ab (diff)
now possible to enter the kernel in physical address mode!
Diffstat (limited to 'kc/core/kc_main.c')
-rw-r--r--kc/core/kc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/kc_main.c b/kc/core/kc_main.c
index 8242227..4dd6742 100644
--- a/kc/core/kc_main.c
+++ b/kc/core/kc_main.c
@@ -15,7 +15,7 @@ unsigned long kc_main(void *data)
(void)data;
cpu_init();
serial_init();
- kputs("<hacker voice> i'm in\r\n");
+ kputs("<hacker voice> i'm in 3333\r\n");
halt();
}