commit cade329560db8f8cb20f8fbbf290950055dd6e86
parent 7944691211184d865a4d7a741d2f3d0c8fdddf0f
Author: sin <sin@2f30.org>
Date: Mon, 28 May 2012 14:20:50 +0100
cynix: Update README
Diffstat:
M | README | | | 53 | ++++++++++++++++++++--------------------------------- |
1 file changed, 20 insertions(+), 33 deletions(-)
diff --git a/README b/README
@@ -8,38 +8,26 @@ even browse the code online. The code is licensed under WTFPL.
Features
========
-Uniprocessor support only
-
-Multitasking
-
-Virtual memory
-
-Read-only ext2 driver
-
-Various syscalls (shown below)
-
-Basic kernel heap allocator (easily replaceable)
-
-Built-in kernel debugger
-
-Keyboard/rtc/pic/rs232 drivers
-
-PCI driver
-
-RTL8139 driver
-
-ELF loading (only statically linked binaries)
-
-Multiboot compliant
-
-Sleep/wakeup mechanism for processes
-
-Kernel threads
-
-Spinlocks
-
-Primitive IPC using pipes.
+* Uniprocessor support only
+* Multitasking
+* Virtual memory
+* ead-only ext2 driver
+* Various syscalls (shown below)
+* Basic kernel heap allocator (easily replaceable)
+* Built-in kernel debugger
+* Keyboard/rtc/pic/rs232 drivers
+* PCI driver
+* RTL8139 driver
+* ELF loading (only statically linked binaries)
+* Multiboot compliant
+* Sleep/wakeup mechanism for processes
+* Kernel threads
+* Spinlocks
+* Primitive IPC using pipes.
+
+Supported syscalls
+==================
The following syscalls are currently supported: (exit, fork, read,
write, open, close, waitpid, execve, isatty, getpid, getppid, readdir,
-dup, dup2, stat, fstat, sbrk, getuid, setuid, getgid, setgid, pipe).
-\ No newline at end of file
+dup, dup2, stat, fstat, sbrk, getuid, setuid, getgid, setgid, pipe).