author | John Tsiombikas <nuclear@member.fsf.org> | |
Wed, 25 Apr 2018 14:07:21 +0000 (17:07 +0300) | ||
committer | John Tsiombikas <nuclear@member.fsf.org> | |
Wed, 25 Apr 2018 14:07:21 +0000 (17:07 +0300) | ||
commit | d1e8a437c1fab4535f82c4c214ec3330ac32e48d | |
tree | e5cac142adf7829dc47a7dc326ace620897aea9f | tree | snapshot |
parent | 34ae2440d7cd133051523bce2aac0760cf8296eb | commit | diff |
.gdbinit | [new file with mode: 0644] | blob |
.gitignore | diff | blob | history | |
Makefile | diff | blob | history | |
src/asmops.h | [new file with mode: 0644] | blob |
src/boot/boot2.s | diff | blob | history | |
src/config.h | [new file with mode: 0644] | blob |
src/contty.c | [new file with mode: 0644] | blob |
src/contty.h | [new file with mode: 0644] | blob |
src/kmain.c | [new file with mode: 0644] | blob |
src/libc/assert.h | [new file with mode: 0644] | blob |
src/libc/ctype.c | [new file with mode: 0644] | blob |
src/libc/ctype.h | [new file with mode: 0644] | blob |
src/libc/errno.h | [new file with mode: 0644] | blob |
src/libc/inttypes.h | [new file with mode: 0644] | blob |
src/libc/stdarg.h | [new file with mode: 0644] | blob |
src/libc/stdio.c | [new file with mode: 0644] | blob |
src/libc/stdio.h | [new file with mode: 0644] | blob |
src/libc/stdlib.c | [new file with mode: 0644] | blob |
src/libc/stdlib.h | [new file with mode: 0644] | blob |
src/libc/string.c | [new file with mode: 0644] | blob |
src/libc/string.h | [new file with mode: 0644] | blob |
src/serial.c | [new file with mode: 0644] | blob |
src/serial.h | [new file with mode: 0644] | blob |
src/startup.s | diff | blob | history |