vga text output and libc expansion
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 8 Jun 2021 14:27:53 +0000 (17:27 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 8 Jun 2021 14:27:53 +0000 (17:27 +0300)
commitd49aa763f9b7c4ae66cf80f0cbfc3456789fc0ac
tree33095bfcd1358328674b8195fffa3776163f3fe5
parent3e2e8a9156d288d230bbcd722bc91c4b3e4b21e1
vga text output and libc expansion
16 files changed:
sys1/kern/src/asmutil.h [new file with mode: 0644]
sys1/kern/src/libc/ctype.c [new file with mode: 0644]
sys1/kern/src/libc/ctype.h [new file with mode: 0644]
sys1/kern/src/libc/limits.h [new file with mode: 0644]
sys1/kern/src/libc/stdarg.h [new file with mode: 0644]
sys1/kern/src/libc/stddef.h [new file with mode: 0644]
sys1/kern/src/libc/stdio.c [new file with mode: 0644]
sys1/kern/src/libc/stdio.h [new file with mode: 0644]
sys1/kern/src/libc/stdlib.c [new file with mode: 0644]
sys1/kern/src/libc/stdlib.h
sys1/kern/src/libc/string.c
sys1/kern/src/libc/string.h
sys1/kern/src/main.c
sys1/kern/src/start.asm
sys1/kern/src/vga.c [new file with mode: 0644]
sys1/kern/src/vga.h