print build-CPU info on boot
This commit is contained in:
parent
1604f22afd
commit
a740f46ec3
|
|
@ -34,6 +34,8 @@ const c = @cImport({
|
|||
export fn zigmain() void {
|
||||
// // const message: [*:0]const u8 = "hello, zig!\n";
|
||||
std.log.info("All your codebase are belong to us.", .{});
|
||||
|
||||
std.log.debug("CPU info: {}", .{builtin.cpu});
|
||||
c.puts("zig ee\n");
|
||||
|
||||
kalloc.kallocNop();
|
||||
|
|
|
|||
Loading…
Reference in New Issue