syscalls needed for doom (tell/eof/draw_fb) + minor fixes, compiler shut up etc

This commit is contained in:
2026-05-10 21:25:41 +02:00
parent 22f20d47ad
commit 18ab2c7628
12 changed files with 507 additions and 169 deletions
+1
View File
@@ -82,6 +82,7 @@ void kill()
*/
void pedicel_main(void* arg)
{
(void)arg;
printf("Welcome to the kernel shell!\r\nType 'help' for a list of commands.\r\n");
for (;;) {