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 .console = .{ .path = "deps/console" },
10 .build_helpers = .{ .path = "../build_helpers" },
11 .flanterm = .{
12 .url = "git+https://codeberg.org/Mintsuki/Flanterm.git?ref=trunk#55d228ff16234513b0df0dd12de8bc58160fc196",
13 .hash = "N-V-__8AAIPRAQD-ppISTB_g_r_WTCC2e2vDOaJYZc5uhy4w",
14 },
15 },
16 .paths = .{
17 "build.zig",
18 "build.zig.zon",
19 "deps",
20 "arch",
21 },
22}