aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdata.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: dmesg-style boot spew before init spawnsuser4 days1-0/+3
* net: pump the network from the console wait (answer pings at the prompt)user4 days1-1/+0
* kernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user4 days1-0/+3
* net: keep network packets out of the console (fixes shell garbage on netboot)user4 days1-0/+1
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user5 days1-1/+7
* fs rewrite stage 2: inodes + root directory (block-based, persistent)user5 days1-0/+4
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser6 days1-0/+3
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser6 days1-0/+1
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser6 days1-0/+7
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user6 days1-2/+9
* kernel: implement fork()user6 days1-0/+11
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user6 days1-0/+22