basic scheduling, basic syscall, (added .data copy)
authorRobin Krens <robin@robinkrens.nl>
Wed, 30 Oct 2019 19:01:52 +0000 (20:01 +0100)
committerRobin Krens <robin@robinkrens.nl>
Wed, 30 Oct 2019 19:01:52 +0000 (20:01 +0100)
commit0fb50a530c9823ef39a820e1078e0d5789c03f32
treeeb68923b7f4e0019d109a8ebcea6a4c17dfe6915
parentcf9ca80d1ac4ea4c63d2a62e6608b39e9f54d5aa
basic scheduling, basic syscall, (added .data copy)
13 files changed:
Makefile
include/lib/syscall.h
include/sys/mmap.h
include/sys/process.h [new file with mode: 0644]
include/sys/robsys.h
ivt.c
lib/regfunc.c
lib/syscall.c
link.ld
main.c
start.asm
syscall.c
systick.c