Update README.md
This commit is contained in:
parent
8a7ddfca80
commit
ea886f58a0
@ -6,7 +6,7 @@ Not so much at the moment.
|
|||||||
|
|
||||||
- x86_64-compatible [kernel](kernel/).
|
- x86_64-compatible [kernel](kernel/).
|
||||||
- Keeps track of which [memory](kernel/src/memory/) is used and which memory is free, and can allocate memory for itself and [user programs](kernel/src/sys/mem.cpp).
|
- Keeps track of which [memory](kernel/src/memory/) is used and which memory is free, and can allocate memory for itself and [user programs](kernel/src/sys/mem.cpp).
|
||||||
- Can [load files](kernel/src/init/InitRD.cpp) from an [initial ramdisk](initrd/), no disk support yet.
|
- Can [load files](kernel/src/fs/) from an [initial ramdisk](initrd/), no disk support yet.
|
||||||
- Basic preemptive multitasking, round-robin [scheduler](kernel/src/thread/) that can switch between tasks.
|
- Basic preemptive multitasking, round-robin [scheduler](kernel/src/thread/) that can switch between tasks.
|
||||||
- Can [load userspace ELF programs](kernel/src/sys/elf/) from the initial ramdisk as user tasks.
|
- Can [load userspace ELF programs](kernel/src/sys/elf/) from the initial ramdisk as user tasks.
|
||||||
- [System call](kernel/src/sys/) interface and bare-bones [C Library](libs/libc/).
|
- [System call](kernel/src/sys/) interface and bare-bones [C Library](libs/libc/).
|
||||||
|
Loading…
Reference in New Issue
Block a user