1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:07:46 +00:00

Kernel: Remove kprintf()

There are no remaining users of this API.
This commit is contained in:
Andreas Kling 2021-02-17 16:33:43 +01:00
parent 40e5210036
commit 5f610417d0
3 changed files with 0 additions and 42 deletions

View file

@ -222,18 +222,11 @@ start:
call init
add $4, %esp
pushl $exit_message
call kprintf
add $4, %esp
cli
loop:
hlt
jmp loop
exit_message:
.asciz "Kernel exited."
.extern init_ap
.type init_ap, @function