From 36bc53591247bbd16e42bbf7d5d4744a5416dfa8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 14 Jul 2017 08:03:51 +0200 Subject: updated some docu --- src/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3-54-g00ecf