Microkernel thing OS experiment (Zig ⚡)
1.{
2 .name = .ukernel,
3 .fingerprint = 0xcf2c1bfa85f3f299,
4 .version = "0.0.1",
5 .minimum_zig_version = "0.15.1",
6 .dependencies = .{
7 .limine = .{ .path = "deps/limine-zig" },
8 .spinlock = .{ .path = "deps/spinlock" },
9 .build_helpers = .{ .path = "../build_helpers" },
10 .flanterm = .{
11 .url = "git+https://tangled.sh/@sydney.blue/flanterm.zig?ref=trunk#8071c825750c415b9e5502cdff34efc9c6dfeab7",
12 .hash = "flanterm-2.0.0-QnufngHlAQCGtHyca0PrvRvoOldHdJG4DdSz437r9fRr",
13 },
14 },
15 .paths = .{
16 "build.zig",
17 "build.zig.zon",
18 "deps",
19 "arch",
20 },
21}