feat(loader, kernel): impl part of loader and initialize kernel structure
This commit is contained in:
4
kernel/main.zig
Normal file
4
kernel/main.zig
Normal file
@@ -0,0 +1,4 @@
|
||||
export fn start_kernel() callconv(.c) noreturn {
|
||||
// Placeholder for kernel start function
|
||||
while (true) {}
|
||||
}
|
||||
Reference in New Issue
Block a user