initial commit master
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 20 Nov 2023 21:03:50 +0000 (23:03 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 20 Nov 2023 21:03:50 +0000 (23:03 +0200)
commit909220d3f4b870009592bb5512f3fce0d5d748b4
treef7ff0da8aae9d2c222323c94b4b459eb61d0e5f3
initial commit
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
bootbios/Makefile [new file with mode: 0644]
bootbios/bootbios.ld [new file with mode: 0644]
bootbios/src/boot.asm [new file with mode: 0644]
bootefi/Makefile [new file with mode: 0644]
bootefi/src/bootefi.asm [new file with mode: 0644]
bootefi/src/hdr.asm [new file with mode: 0644]
bootefi/src/serial.inc [new file with mode: 0644]
kern/Makefile [new file with mode: 0644]
kern/kern.ld [new file with mode: 0644]