kernel/src
2024-09-06 10:46:11 -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 Disable IPC logging to serial port 2024-09-06 10:44:44 -05:00
kernel_heap.rs Track allocations per-address space instead of per-process 2024-08-16 19:23:31 -05:00
main.rs Disable IPC logging to serial port 2024-09-06 10:44:44 -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 Show argv[0] when printing process memory usage 2024-09-06 10:45:48 -05:00
virtual_memory.rs Switch to a bump allocator for user virtual memory allocations 2024-09-06 10:46:11 -05:00