wip: vbe still not working but let us cook

This commit is contained in:
2024-12-06 14:25:03 +01:00
parent 2a281522cf
commit daf510687a
5 changed files with 15 additions and 11 deletions

View File

@ -40,6 +40,6 @@ void kernel_main(multiboot_info_t *mbd, uint32_t magic)
/* "complex 8*unknown quantity -byte descriptor table. -- Troy "
*/
/* "Martin 03:50, 22 March 2009 (UTC)\n"); */
display.buff[1024] = 255;
shell_init();
memset(display.buff, 255, 1024 * 1024);
/* shell_init(); */
}