feat: add initial impl of efi-stub and kernel
This commit is contained in:
4
init/main.zig
Normal file
4
init/main.zig
Normal file
@@ -0,0 +1,4 @@
|
||||
export fn kernel_start() noreturn {
|
||||
while (true) {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user