commit | d3a652e7f951c790a16fe1249ed8e288ac44b8fc | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sun Feb 21 22:16:06 2021 -0800 |
committer | swissChili <swisschili@fastmail.com> | Sun Feb 21 22:16:06 2021 -0800 |
tree | 74b05e884daa875687bd6e6a5ee95db9580a07ac | |
parent | 7eef438ef8a5601754ae6ed9b782508482671fcb [diff] [blame] |
Move kernel to higher half
diff --git a/src/kernel/Makefile b/src/kernel/Makefile index f369294..16c5628 100644 --- a/src/kernel/Makefile +++ b/src/kernel/Makefile
@@ -44,8 +44,8 @@ nasm $(ASMFLAGS) $< install: kernel.elf - cp kernel.elf ../boot/ + cp kernel.elf $(JAYROOT)/boot/ rm -f $(JAYROOT)/bin/bluejay.iso - grub-mkrescue -o $(JAYROOT)/bin/bluejay.iso .. + grub-mkrescue -o $(JAYROOT)/bin/bluejay.iso $(JAYROOT) .PHONY: install qemu clean qemu-iso debug