aboutsummaryrefslogtreecommitdiffstats
path: root/src/syscall.asm (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysnet: SYS_POLLCON + larger console ring for link-injected inputuser1-0/+1
4 daysnet: pump the network from the console wait (answer pings at the prompt)user1-31/+7
4 dayskernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user1-0/+41
5 daysnet: keep network packets out of the console (fixes shell garbage on netboot)user1-0/+23
5 daysnet: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser1-0/+1
5 daysnet: chat client - async receive + OSK send over the link portuser1-0/+2
5 daysnet: SLIP framing over the link port + a host gateway (echo round-trip)user1-0/+2
5 dayskernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user1-1/+19
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