+3
-4
build.zig.zon
+3
-4
build.zig.zon
···-.url = "git+https://codeberg.org/Limine/Limine?ref=v9.x-binary#acf1e35c4685dba7ef271013db375a727c340ff7",+.url = "git+https://codeberg.org/Limine/Limine?ref=v10.x-binary#648e33afd153bdbf780ba123e45997428796395d",
+2
-2
components/ukernel/arch/amd64/interrupts/apic.zig
+2
-2
components/ukernel/arch/amd64/interrupts/apic.zig
···-arch.interrupts.idt.add_handler(.{ .interrupt = 0xFF }, u64, spurious_interrupt_handler, 3, 0);+arch.interrupts.idt.add_handler(.{ .interrupt = 0xFF }, u64, spurious_interrupt_handler, 0, 0);
+1
-1
components/ukernel/arch/amd64/interrupts/idt.zig
+1
-1
components/ukernel/arch/amd64/interrupts/idt.zig
···
+1
-1
components/ukernel/arch/amd64/interrupts/pic.zig
+1
-1
components/ukernel/arch/amd64/interrupts/pic.zig
+4
-3
components/ukernel/arch/amd64/interrupts/root.zig
+4
-3
components/ukernel/arch/amd64/interrupts/root.zig
···pub fn general_protection_fault(stack_frame: *idt.InterruptFrame(idt.SelectorErrorCode)) callconv(idt.CallConv) void {···-idt.add_handler(.{ .exception = .general_protection_fault }, idt.SelectorErrorCode, arch.interrupts.general_protection_fault, 3, 0);+idt.add_handler(.{ .exception = .general_protection_fault }, idt.SelectorErrorCode, arch.interrupts.general_protection_fault, 0, 0);
+1
-1
components/ukernel/build.zig.zon
+1
-1
components/ukernel/build.zig.zon
···-.url = "git+https://tangled.sh/@sydney.blue/Queue.zig?ref=dev#6c0760e8a233c1d59554a40a87f0ef293a9697f3",+.url = "git+https://tangled.org/@sydney.blue/Queue.zig?ref=dev#6c0760e8a233c1d59554a40a87f0ef293a9697f3",