grub setup script, and added -march=i386 to CFLAGS
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 9 Jun 2021 11:01:58 +0000 (14:01 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 9 Jun 2021 11:01:58 +0000 (14:01 +0300)
commitebc5d64326bba69c74ae103fad61b04a542f9eb2
tree19424a43a24a471e8a1e1c197c499ae117445d20
parenta9ac2db02f009e086df85d25dc9b32452f259538
grub setup script, and added -march=i386 to CFLAGS
.gitignore
sys1/Makefile [new file with mode: 0644]
sys1/RUN [new file with mode: 0755]
sys1/grub.cfg [new file with mode: 0644]
sys1/kern/Makefile
sys1/kern/src/main.c
sys1/mkgrubimage [new file with mode: 0755]