Microkernel thing OS experiment (Zig ⚡)
at dev 693 B view raw
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 .console = .{ .path = "deps/console" }, 11 .Queue = .{ 12 .url = "git+https://tangled.org/@sydney.blue/Queue.zig?ref=dev#6c0760e8a233c1d59554a40a87f0ef293a9697f3", 13 .hash = "Queue-0.0.0-upnEfhEPAADNV4Dvs3DVCRSnOh-BrhgsRR6scaE2qTIa", 14 }, 15 }, 16 .paths = .{ 17 "build.zig", 18 "build.zig.zon", 19 "deps", 20 "arch", 21 }, 22}