diff options
Diffstat (limited to 'kernel/boot.s')
| -rw-r--r-- | kernel/boot.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/boot.s b/kernel/boot.s index 5050705..4db2cf7 100644 --- a/kernel/boot.s +++ b/kernel/boot.s @@ -40,7 +40,7 @@ kboot: call flush_idt ; initialize the console call con_init - ; add this point, we can display *some* output + ; at this point, we can display *some* output push .msg call printk add esp, 4 |
