diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-16 16:48:12 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-16 16:48:12 -0400 |
commit | a18fd19647c08e8467440e0262b725e17ff5c5b0 (patch) | |
tree | 18a5cde3b215ed44034a0b280817b73ef98c89d1 /build.zig | |
parent | update build.zig (diff) | |
download | comus-a18fd19647c08e8467440e0262b725e17ff5c5b0.tar.gz comus-a18fd19647c08e8467440e0262b725e17ff5c5b0.tar.bz2 comus-a18fd19647c08e8467440e0262b725e17ff5c5b0.zip |
add support for cpu feature checking, see, and avx
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ const kernel_src = &[_][]const u8{ "kernel/entry.S", // must be first "kernel/main.c", // main function "kernel/cpu/cpu.c", - "kernel/cpu/fpu.c", "kernel/cpu/idt.c", "kernel/cpu/idt.S", "kernel/cpu/pic.c", |