os/libc
pjht 3ca8b5a232 Add a very basic exit function and fix kmalloc.
Exit function does not deallocate task memory except for the data block, 
and does not are about the exit code except for logging.
2019-08-25 17:32:08 -05:00
..
dbg.c Add a serial_print syscall 2019-08-25 13:52:56 -05:00
devbuf.c Files now do not reference libc paths directly 2019-03-30 10:39:26 -05:00
errno.c Added errno 2019-04-08 15:58:30 -05:00
klog.c Remove all drivers and fs code from kernel 2019-05-22 14:18:29 -05:00
mailboxes.c Change IPC to a mailbox-based system 2019-06-27 17:00:23 -05:00
Makefile large restructure 2019-05-24 09:51:45 -05:00
math.c Add IDE driver and r/o ext2 fs driver 2019-04-06 09:07:06 -05:00
memory.c Fix put_data 2019-05-24 08:29:43 -05:00
stdio.c Get mount working and register_fs now takes a mailbox number. 2019-08-25 13:53:44 -05:00
stdlib.c Fix/ignore all the warnings 2019-07-01 15:30:00 -05:00
string.c Fix warnings 2019-04-13 09:23:40 -05:00
tasking.c Add a very basic exit function and fix kmalloc. 2019-08-25 17:32:08 -05:00