initial commit
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 7 Jun 2021 00:15:56 +0000 (03:15 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 7 Jun 2021 00:15:56 +0000 (03:15 +0300)
commit570cc7602962c08b173754d25af50c43b75c2f2f
tree382fcd5dff032c9424876a3832f3e1392bdb5f66
initial commit
.gitignore [new file with mode: 0644]
sys1/kern/.gdbinit [new file with mode: 0644]
sys1/kern/Makefile [new file with mode: 0644]
sys1/kern/kern1.ld [new file with mode: 0644]
sys1/kern/src/libc/stdint.h [new file with mode: 0644]
sys1/kern/src/libc/stdlib.h [new file with mode: 0644]
sys1/kern/src/libc/string.c [new file with mode: 0644]
sys1/kern/src/libc/string.h [new file with mode: 0644]
sys1/kern/src/main.c [new file with mode: 0644]
sys1/kern/src/start.asm [new file with mode: 0644]