working build of bootloader

This commit is contained in:
karina
2026-04-20 05:20:27 +04:00
parent 67838d2702
commit c533478e76
3 changed files with 16 additions and 7 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#include "uefi/uefi.h"
#include "uefi/uefi.h" // IWYU pragma: keep
int main() {
printf("Meow!\n");
while (1) __asm__ ("wfi");
return 0;
}