Skip to content

Commit fb8d643

Browse files
remove test cases
1 parent fe5b738 commit fb8d643

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/kernel.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@ void kmain()
2323
preboot_fail("Failed to mount boot drive to VFS!");
2424
}
2525

26-
redefine_character(0xAA, (uint8_t[8]){0x3C, 0x7E, 0xFF, 0xE7, 0xFF, 0x66, 0x66, 0x00});
27-
graphics_putstring("\xAA\xAA\xAA TEST \xAA\xAA\xAA", 640, 768 / 2, 0xff8080);
28-
2926
init_process();
3027
}

0 commit comments

Comments
 (0)