kernel/src
2024-08-17 15:51:54 -05:00
..
virtual_memory Work 2024-06-08 06:50:58 -05:00
bootinfo.rs Restrict usage of panicking code and require justification for panics 2024-07-14 10:45:40 -05:00
gdt.rs Restrict usage of panicking code and require justification for panics 2024-07-14 10:45:40 -05:00
interrupts.rs Merge unmap and unmap_and_free by using free on exit flag in mappings 2024-08-17 15:51:54 -05:00
kernel_heap.rs Track allocations per-address space instead of per-process 2024-08-16 19:23:31 -05:00
main.rs Track allocations per-address space instead of per-process 2024-08-16 19:23:31 -05:00
panic_handler.rs Work (better mem tracking, mpfrt/mpcntphys syscalls, shared initrd, tasking internal locks) 2024-08-16 17:36:44 -05:00
physical_memory.rs Work (better mem tracking, mpfrt/mpcntphys syscalls, shared initrd, tasking internal locks) 2024-08-16 17:36:44 -05:00
pit.rs Work (better mem tracking, mpfrt/mpcntphys syscalls, shared initrd, tasking internal locks) 2024-08-16 17:36:44 -05:00
qemu_exit.rs Gracefully fail if QEMU does not exit 2024-08-06 18:34:34 -05:00
serial.rs Convert \n to \r\n on serial output 2024-08-06 18:39:57 -05:00
start.rs Work (better mem tracking, mpfrt/mpcntphys syscalls, shared initrd, tasking internal locks) 2024-08-16 17:36:44 -05:00
tasking.rs Move kernel buffers to the per-process address spaces 2024-08-17 15:19:24 -05:00
virtual_memory.rs Merge unmap and unmap_and_free by using free on exit flag in mappings 2024-08-17 15:51:54 -05:00