summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-14 08:03:51 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-14 08:03:51 +0200
commit36bc53591247bbd16e42bbf7d5d4744a5416dfa8 (patch)
tree662a4080173530f1c91247648d41f63a42410549
parentc61f1ce5b9268d3b107f03d03d66e830eaa98891 (diff)
downloadabaos-36bc53591247bbd16e42bbf7d5d4744a5416dfa8.tar.gz
abaos-36bc53591247bbd16e42bbf7d5d4744a5416dfa8.tar.bz2
updated some docu
-rw-r--r--src/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/README b/src/README
index a25c818..7b1b51c 100644
--- a/src/README
+++ b/src/README
@@ -27,6 +27,8 @@ Kernel main and utility routines like early consoles.
* console.c - the kernel console, can use VGA or serial port for now
* vga.c - VGA basic output routines for early kernel output
* serial.c - serial output to COM1 (only sequential ASCII chars, no terminal)
+* tasks.c - task switching
+* memorymanagement.c - heap memory manager
hardware
--------
@@ -71,4 +73,4 @@ C library routines
* string.c - string, memory functions
* stdlib.c - UNIX standard library functions
* stdio.c - I/O functions, printing
-* setjmp.c - setjmp/longjmp implementation (in assembly)
+* setjmp.asm - setjmp/longjmp implementation (in assembly)