Remove unneeded mocking files
This commit is contained in:
parent
285b8d9579
commit
b8ebc5f341
19 changed files with 52 additions and 235 deletions
|
|
@ -12,7 +12,7 @@ const pic = @import("pic.zig");
|
|||
const pit = @import("pit.zig");
|
||||
const irq = @import("irq.zig");
|
||||
const cmos = if (is_test) @import(mock_path ++ "cmos_mock.zig") else @import("cmos.zig");
|
||||
const panic = if (is_test) @import(mock_path ++ "panic_mock.zig").panic else @import("../../panic.zig").panic;
|
||||
const panic = @import("../../panic.zig").panic;
|
||||
const scheduler = @import("../../scheduler.zig");
|
||||
|
||||
/// The Century register is unreliable. We need a APIC interface to infer if we have a century
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue