started working on processes
authorJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 29 Aug 2024 17:41:51 +0000 (20:41 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 29 Aug 2024 17:41:51 +0000 (20:41 +0300)
commit9a3c49680a7f51f615aaeffbc2815edc6a354a0e
tree2359b1ec3c57fabdf4cf4e4c811e1f962bb8ad66
parentbf5f97ac1b00b276448dcd5be2eef3f020d7e47d
started working on processes
12 files changed:
kern/src/config.h
kern/src/dbg.h
kern/src/file.h
kern/src/intr.asm
kern/src/intr.c
kern/src/intr.h
kern/src/main.c
kern/src/proc.c [new file with mode: 0644]
kern/src/proc.h [new file with mode: 0644]
kern/src/ptest.asm [new file with mode: 0644]
kern/src/sys.c [new file with mode: 0644]
kern/src/sys.h [new file with mode: 0644]