Removing an oopsie

This commit is contained in:
Jarkko Toivanen 2023-06-14 20:50:21 +03:00
parent f45698bb00
commit e9fd2e98bf
Signed by: jt
GPG Key ID: 9151B109B73ECAD5
1 changed files with 0 additions and 1 deletions

View File

@ -75,5 +75,4 @@ void kmain (unsigned int mbootmagick, multiboot_info_t* mbootinfo) {
}
vga_write_line("\nExecution finished, halting...");
*(unsigned char *)0xb8000 = '!';
}