2020 release
This commit is contained in:
commit
61348e8b07
86 changed files with 5127 additions and 0 deletions
8
am/src/x86/qemu/boot/Makefile
Normal file
8
am/src/x86/qemu/boot/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
SRCS := start.S main.c
|
||||
bootblock.o: $(SRCS) Makefile
|
||||
@echo + CC $(SRCS)
|
||||
@gcc -m32 -Os -nostdlib -Ttext 0x7c00 -I$(AM_HOME)/am/src -o bootblock.o $(SRCS)
|
||||
@python3 genboot.py bootblock.o
|
||||
|
||||
clean:
|
||||
rm -rf *.o
|
Loading…
Add table
Add a link
Reference in a new issue