Commit Graph

23 Commits

Author SHA1 Message Date
e805a2de0c
Move kernel buffers to the per-process address spaces 2024-08-17 15:19:24 -05:00
f258f4ed71
Fix drop_table not dropping L1 tables and make it drop allocated memory 2024-08-17 09:35:43 -05:00
4d908f1335
Track kernel buffers per-process 2024-08-16 20:03:00 -05:00
75814f3589
Track allocations per-address space instead of per-process 2024-08-16 19:23:31 -05:00
899fde8218
Work (better mem tracking, mpfrt/mpcntphys syscalls, shared initrd, tasking internal locks) 2024-08-16 17:36:44 -05:00
5558fa427b
Format code 2024-08-06 18:58:26 -05:00
1ceb2e1607
Convert \n to \r\n on serial output 2024-08-06 18:39:57 -05:00
f7c5b3aad4
panic! now properly kernel panics instead of aborting the current process 2024-08-06 18:39:11 -05:00
dcf82e0b32
Gracefully fail if QEMU does not exit 2024-08-06 18:34:34 -05:00
fcf672a969
Add support for process command-line arguments 2024-07-21 10:56:43 -05:00
49e71b1555
Restrict usage of panicking code and require justification for panics 2024-07-14 10:45:40 -05:00
40a3a2c3b4
Format code 2024-07-07 14:37:21 -05:00
e2d248b609
Fix virtual_memory::drop_table freeing each mapping frame multiple times 2024-07-07 08:06:15 -05:00
a98324c3b4
Switch to a buddy allocator for physical memory 2024-07-07 08:03:33 -05:00
3b157a6573
Count allocated and freed bytes in the kernel heap 2024-07-07 08:01:09 -05:00
e79d426fb0
Dump IPC messages to serial port #2 as a pcapng file 2024-07-07 07:59:27 -05:00
ff990d38f9
Print a message when all processes are sleeping after a yield 2024-06-09 18:44:40 -05:00
f81d1dd2ba
Use a queue instaed of a stack to schedule processes 2024-06-09 18:44:12 -05:00
1376aa5f44
Add suuport for sleeping processes and a syscall to sleep waiting for IPC 2024-06-08 06:54:53 -05:00
8bbc165e58
Work 2024-06-08 06:50:58 -05:00
8fd2b83b40
Commit work 2023-09-29 15:44:53 -05:00
bf09798825 Clean up code and fix 0 being a valid addr space index 2022-11-08 10:43:13 -06:00
1995cf9337 Initial commit 2022-11-01 07:24:50 -05:00