pluto/test/mock/kernel
DrDeano 1ea9dbe79d
Fix mapping of addresses that span the 4MB boundary
Also removed unused variables

Fixed unmapping of addresses that span the 4MB boundary


Fixed clearing directory


Fmt


Improved paging maps and unmaps
2020-07-26 13:21:06 +01:00
..
arch_mock.zig WIP 2020-07-24 23:51:27 +01:00
cmos_mock.zig Added RTC 2020-01-15 19:50:47 +00:00
gdt_mock.zig Initial scheduler 2020-07-18 22:46:24 +01:00
idt_mock.zig Initial scheduler 2020-07-18 22:46:24 +01:00
log_mock.zig Fix mapping of addresses that span the 4MB boundary 2020-07-26 13:21:06 +01:00
mem_mock.zig WIP 2020-07-24 23:51:27 +01:00
mock_framework.zig Initial scheduler 2020-07-18 22:46:24 +01:00
paging_mock.zig Add a physical memory manager 2020-01-09 12:47:05 +00:00
panic_mock.zig Replace var with anytype 2020-07-12 18:10:00 +01:00
pic_mock.zig Update code to work with zig master 2020-01-06 14:28:09 +00:00
task_mock.zig Initial scheduler 2020-07-18 22:46:24 +01:00
vga_mock.zig Update code to work with zig master 2020-01-06 14:28:09 +00:00
vmm_mock.zig Abstract away boot modules and memory map 2020-05-30 23:24:45 +01:00