main kernel startup, libc, console tty, asmops, build flags fixes
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 25 Apr 2018 14:07:21 +0000 (17:07 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 25 Apr 2018 14:07:21 +0000 (17:07 +0300)
commitd1e8a437c1fab4535f82c4c214ec3330ac32e48d
treee5cac142adf7829dc47a7dc326ace620897aea9f
parent34ae2440d7cd133051523bce2aac0760cf8296eb
main kernel startup, libc, console tty, asmops, build flags fixes
24 files changed:
.gdbinit [new file with mode: 0644]
.gitignore
Makefile
src/asmops.h [new file with mode: 0644]
src/boot/boot2.s
src/config.h [new file with mode: 0644]
src/contty.c [new file with mode: 0644]
src/contty.h [new file with mode: 0644]
src/kmain.c [new file with mode: 0644]
src/libc/assert.h [new file with mode: 0644]
src/libc/ctype.c [new file with mode: 0644]
src/libc/ctype.h [new file with mode: 0644]
src/libc/errno.h [new file with mode: 0644]
src/libc/inttypes.h [new file with mode: 0644]
src/libc/stdarg.h [new file with mode: 0644]
src/libc/stdio.c [new file with mode: 0644]
src/libc/stdio.h [new file with mode: 0644]
src/libc/stdlib.c [new file with mode: 0644]
src/libc/stdlib.h [new file with mode: 0644]
src/libc/string.c [new file with mode: 0644]
src/libc/string.h [new file with mode: 0644]
src/serial.c [new file with mode: 0644]
src/serial.h [new file with mode: 0644]
src/startup.s