infinite loop somehow
This commit is contained in:
parent
9676138099
commit
b4e6b2ee1e
BIN
bin/shade.bin
BIN
bin/shade.bin
Binary file not shown.
BIN
bin/shade.iso
BIN
bin/shade.iso
Binary file not shown.
Binary file not shown.
|
@ -41,7 +41,8 @@ void kmain() {
|
|||
kernel_msg_ok("Enabled interrupts\n");
|
||||
__asm__ __volatile__("int $2");
|
||||
|
||||
printf("ANSI code test: double \x1b[3;31m \x1b[31m \x1b[12m \x1b[0m\n");
|
||||
printf("ANSI code test: double \x1b[3;31m \x1b[31m \x1b[12m \x1b[0m \x1b[3;31m \n");
|
||||
printf("ansi code test done\n");
|
||||
|
||||
for (;;) {}
|
||||
}
|
Loading…
Reference in New Issue