aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdata.asm (unfollow)
Commit message (Expand)AuthorFilesLines
3 dayskernel: CGB double-speed mode - 2x everything (1.99x measured)user1-0/+2
4 dayskernel: a real timer source (64 Hz tick IRQ) + uptime(1)user1-0/+1
4 dayskernel: dmesg-style boot spew before init spawnsuser1-0/+3
4 daysnet: pump the network from the console wait (answer pings at the prompt)user1-1/+0
5 dayskernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user1-0/+3
5 daysnet: keep network packets out of the console (fixes shell garbage on netboot)user1-0/+1
6 daysfs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user1-1/+7
6 daysfs rewrite stage 2: inodes + root directory (block-based, persistent)user1-0/+4
6 dayskill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser1-0/+3
6 daysshell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-0/+1
6 daysfilesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-0/+7
6 dayskernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-2/+9
6 dayskernel: implement fork()user1-0/+11