Load raw C binary + docs
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
USER_PROGRAMS := pedicel.raw apex.raw
|
||||
USER_FILES := wow.txt
|
||||
|
||||
BUILDDIR := build
|
||||
ELFFILE := pepperk
|
||||
@@ -43,9 +45,8 @@ limine/limine:
|
||||
|
||||
.PHONY: user
|
||||
user:
|
||||
nasm -f bin user/hello.S -o $(BUILDDIR)/hello
|
||||
nasm -f bin user/pedicel.S -o $(BUILDDIR)/pedicel
|
||||
tar cvf $(BUILDDIR)/initfs.tar -C $(BUILDDIR) hello pedicel -C ../user wow.txt
|
||||
$(MAKE) -C user
|
||||
tar cvf $(BUILDDIR)/initfs.tar -C $(BUILDDIR) $(USER_PROGRAMS) -C ../user $(USER_FILES)
|
||||
|
||||
build-iso: limine/limine $(ELFFILE)
|
||||
rm -rf iso_root
|
||||
|
||||
Reference in New Issue
Block a user