kernel/src
2024-11-03 11:04:47 -06: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 Integrate with proc_man - report new processes and keep zombie PIDs 2024-11-03 11:04:47 -06:00
kernel_heap.rs Track allocations per-address space instead of per-process 2024-08-16 19:23:31 -05:00
main.rs Make new processes start sleeping 2024-09-23 13:25:37 -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 Integrate with proc_man - report new processes and keep zombie PIDs 2024-11-03 11:04:47 -06:00
virtual_memory.rs Switch to a bump allocator for user virtual memory allocations 2024-09-06 10:46:11 -05:00