Commit Graph

  • f0c6432740
    Make send_ipc syscall use send_ipc_to function master pjht 2024-11-17 22:02:18 -0600
  • e4782341b0
    Clean up unused imports and put IPC logging behind a feature pjht 2024-11-16 12:08:25 -0600
  • 0fcdbbd363
    Do not add brand new process to ready to run list pjht 2024-11-10 10:21:23 -0600
  • c4d9bb128a
    Remove handling of CLI arguments pjht 2024-11-09 21:41:56 -0600
  • b3cc54fddf
    Move proc_man exit call into kernel pjht 2024-11-08 14:51:40 -0600
  • fb58d2c7c4
    Format pjht 2024-11-08 14:13:27 -0600
  • 50e7b7236e
    Make clear_exited_pid work on running processes pjht 2024-11-08 14:13:13 -0600
  • 4548d9540e
    Use naked_asm instead in naked functions pjht 2024-11-07 15:23:17 -0600
  • 7e620c574e
    Integrate with proc_man - report new processes and keep zombie PIDs pjht 2024-11-03 11:04:47 -0600
  • cc66935c85
    Update Cargo.lock pjht 2024-10-04 12:37:31 -0500
  • 0e6ce349fa
    Make new processes start sleeping pjht 2024-09-23 13:25:37 -0500
  • 0abfd39522
    Make task_yield and exit use a loop instead of a tail call (manual TCO) pjht 2024-09-23 13:25:15 -0500
  • 499de08b62
    Wait for interrupts on last nonsleeping process exit pjht 2024-09-20 16:10:25 -0500
  • 01187de0cf
    Remove old unused virtual_memory/hole.rs file pjht 2024-09-13 14:31:16 -0500
  • fc8c2c5748
    Add basic support for sending messages to processes on IRQs pjht 2024-09-11 10:14:55 -0500
  • 1885db4b67
    Undo the framebuffer output - it was temporary pjht 2024-09-07 20:53:26 -0500
  • 12cbeb594f
    Optimise screen output and group writer state into a struct pjht 2024-09-06 13:23:14 -0500
  • 7ec14819c1
    Print userspace serial output to the screen pjht 2024-09-06 10:46:49 -0500
  • d4df5b53ff
    Switch to a bump allocator for user virtual memory allocations pjht 2024-09-06 10:46:11 -0500
  • 07393d8c71
    Show argv[0] when printing process memory usage pjht 2024-09-06 10:45:48 -0500
  • 3b2cf8bbb5
    Disable IPC logging to serial port pjht 2024-09-06 10:44:44 -0500
  • 01a0ee9631
    Restore eh_frame.ld pjht 2024-09-06 10:43:23 -0500
  • a9fff5e145
    Remove unnecessary task_force_unlock pjht 2024-08-18 15:24:05 -0500
  • 8b949ba1f1
    Explain task_init pjht 2024-08-18 15:21:45 -0500
  • b9097759c8
    Remove unneccessary cargo config and eh_frame.ld pjht 2024-08-17 20:28:20 -0500
  • ee21dc66fd
    Reduce kernel stack size to save memory pjht 2024-08-17 19:45:01 -0500
  • 127b95f838
    Cleanup pjht 2024-08-17 16:46:09 -0500
  • 84e0a4d593
    Don't preallocate L4 kernel entries and copy them when necessary instead pjht 2024-08-17 16:35:09 -0500
  • 9b7e36056a
    Use bootloader provided initrd instead of copying it pjht 2024-08-17 16:26:34 -0500
  • 3ef75dcfbc
    Merge unmap and unmap_and_free by using free on exit flag in mappings pjht 2024-08-17 15:25:01 -0500
  • e805a2de0c
    Move kernel buffers to the per-process address spaces pjht 2024-08-17 15:19:24 -0500
  • f258f4ed71
    Fix drop_table not dropping L1 tables and make it drop allocated memory pjht 2024-08-17 09:35:43 -0500
  • 4d908f1335
    Track kernel buffers per-process pjht 2024-08-16 20:03:00 -0500
  • 75814f3589
    Track allocations per-address space instead of per-process pjht 2024-08-16 19:23:31 -0500
  • 899fde8218
    Work (better mem tracking, mpfrt/mpcntphys syscalls, shared initrd, tasking internal locks) pjht 2024-08-12 13:19:06 -0500
  • 5558fa427b
    Format code pjht 2024-08-06 18:58:26 -0500
  • 1ceb2e1607
    Convert \n to \r\n on serial output pjht 2024-08-06 18:39:57 -0500
  • f7c5b3aad4
    panic! now properly kernel panics instead of aborting the current process pjht 2024-08-06 18:39:11 -0500
  • dcf82e0b32
    Gracefully fail if QEMU does not exit pjht 2024-08-06 18:34:34 -0500
  • fcf672a969
    Add support for process command-line arguments pjht 2024-07-21 10:56:43 -0500
  • 49e71b1555
    Restrict usage of panicking code and require justification for panics pjht 2024-07-14 10:45:40 -0500
  • 40a3a2c3b4
    Format code pjht 2024-07-07 14:37:21 -0500
  • e2d248b609
    Fix virtual_memory::drop_table freeing each mapping frame multiple times pjht 2024-07-07 08:06:15 -0500
  • a98324c3b4
    Switch to a buddy allocator for physical memory pjht 2024-07-07 08:01:52 -0500
  • 3b157a6573
    Count allocated and freed bytes in the kernel heap pjht 2024-07-07 08:01:09 -0500
  • e79d426fb0
    Dump IPC messages to serial port #2 as a pcapng file pjht 2024-07-07 07:59:27 -0500
  • ff990d38f9
    Print a message when all processes are sleeping after a yield pjht 2024-06-09 18:44:40 -0500
  • f81d1dd2ba
    Use a queue instaed of a stack to schedule processes pjht 2024-06-09 18:44:12 -0500
  • 1376aa5f44
    Add suuport for sleeping processes and a syscall to sleep waiting for IPC pjht 2024-06-08 06:54:53 -0500
  • 8bbc165e58
    Work pjht 2024-06-06 22:02:00 -0500
  • 8fd2b83b40
    Commit work pjht 2023-09-29 15:44:53 -0500
  • bf09798825 Clean up code and fix 0 being a valid addr space index pjht 2022-11-08 10:43:13 -0600
  • 1995cf9337 Initial commit pjht 2022-11-01 07:24:50 -0500