aboutsummaryrefslogtreecommitdiffstats
path: root/src/syscall.asm (unfollow)
Commit message (Expand)AuthorFilesLines
5 daysosk: toggle-able on-screen keyboard on the window layeruser1-5/+9
5 dayssyscall: mirror console output to the LCD terminaluser1-1/+3
6 daysfs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user1-0/+3
6 daysfs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user1-0/+2
6 daysjobs: background execution (&), non-blocking reap, spin demouser1-0/+58
6 dayskill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser1-1/+167
6 daysshell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-12/+134
6 daysfilesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-2/+6
6 dayswip: sys_read + serial console shell (read-store bug under investigation)user1-1/+20
6 dayskernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-11/+139
6 dayskernel: implement exec()user1-1/+1
6 dayskernel: implement fork()user1-1/+1