Sam Hocevar
|
e895e01ee6
|
* Disable file operations in kernel mode.
* Implement strchr() in kernel.c.
* Check for snprintf() at configure time.
|
17 years ago |
Sam Hocevar
|
9597783308
|
* Bwarf, typo in the no warranty clause.
|
18 years ago |
Sam Hocevar
|
33058757da
|
* Add a no warranty clause to the code.
|
18 years ago |
Sam Hocevar
|
bc11640fdf
|
* Implemented strcmp() and strdup() and added an fflush() stub to the
kernel code.
|
18 years ago |
Sam Hocevar
|
368eaeb708
|
* Added an fprintf stub to the kernel.
|
18 years ago |
Sam Hocevar
|
fa2ca5f46e
|
* Fixed memcmp() prototype and implementation.
|
18 years ago |
Sam Hocevar
|
9fca19ecc3
|
* Added errno support to the kernel.
|
18 years ago |
Jean-Yves Lamoureux
|
1b821e2588
|
* Updated kernel 'driver', still not working, but most of the work is done
|
18 years ago |
Sam Hocevar
|
018fda76e8
|
* Removed \file directives from all files except caca.h and cucul.h, to
remove redundencies in the Doxygen documentation.
|
18 years ago |
Sam Hocevar
|
77f995023d
|
* Slightly changed header comments.
|
18 years ago |
Sam Hocevar
|
d73e4337bf
|
* Implemented a few math functions in our kernel: cos(), sin(), sqrt().
|
19 years ago |
Sam Hocevar
|
c063b0a54d
|
* Added assembly code for inb() and outb().
* Print a small message at kernel boot time just to check that the kernel
was properly loaded.
|
19 years ago |
Sam Hocevar
|
15ac34a918
|
* Added glue code to compile libcaca without a libc and build applications
as multiboot kernels.
|
19 years ago |