From d081f5449b3e84d571ad3f8907bd7ab57d3d63a4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 31 May 2017 18:31:38 +0200 Subject: added a setjmp implementation kernel_panic uses a longjmp to terminate the kernel entry function some segfault in scroll_screen --- src/README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/README') diff --git a/src/README b/src/README index 4b120dc..620fab3 100644 --- a/src/README +++ b/src/README @@ -16,6 +16,11 @@ kernel utility routines * port.c, port.asm - I/O ports * interrupts.c, interrups.asm - interrupt handlers +C library definitions +* stddef.h - definition of NULL, size_t +* limits.h - domain range constants like INT_MAX + C library routines -* string.c -* stdlib.c +* string.c - string, memory functions +* stdlib.c - UNIX standard library functions +* stdio.c - I/O functions, printing -- cgit v1.2.3-54-g00ecf