pluto/test/mock/kernel
DrDeano 2c91e6f9d0
Remove the old and in with the new
Added the new testing to the OS files

Some spelling
INOUT => IN/OUT
Added some doc comments to log

Added the new runtime to the build + added the None test mode

Moved some stuff around
None test mode is the default to run/build the OS normally with no runtime tests.

Add the new runtime testing to the CI


Updated README and CI


Increased timeout


Print the log message


Spelling


Move runtime to test folder


Add new RT to tty


Add a log to use the unmapped memory to cause page fault in release


Ensure the integer overflow happens even in release builds
2020-06-23 12:43:52 +01:00
..
arch_mock.zig Move tty to arch 2020-06-18 22:19:41 +01:00
cmos_mock.zig Added RTC 2020-01-15 19:50:47 +00:00
gdt_mock.zig Added gdt unit and runtime tests 2019-09-16 22:19:33 +01:00
idt_mock.zig Update code to work with zig master 2020-01-06 14:28:09 +00:00
log_mock.zig Update code to work with zig master 2020-01-06 14:28:09 +00:00
mem_mock.zig Abstract away boot modules and memory map 2020-05-30 23:24:45 +01:00
mock_framework.zig Remove the old and in with the new 2020-06-23 12:43:52 +01:00
paging_mock.zig Add a physical memory manager 2020-01-09 12:47:05 +00:00
panic_mock.zig Update code to work with zig master 2020-01-06 14:28:09 +00:00
pic_mock.zig Update code to work with zig master 2020-01-06 14:28:09 +00: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