Working on scheduling
This commit is contained in:
parent
cfcb806ebf
commit
edfbfdad14
9 changed files with 19 additions and 39 deletions
7
Makefile
7
Makefile
|
|
@ -20,8 +20,7 @@ CFLAGS += -Wall \
|
|||
-I src/include \
|
||||
-O0 \
|
||||
-ggdb3 \
|
||||
-g \
|
||||
#-fno-omit-frame-pointer
|
||||
-g
|
||||
CDEBUG = -g
|
||||
LDFLAGS += -m elf_x86_64 \
|
||||
-nostdlib \
|
||||
|
|
@ -95,9 +94,9 @@ all:
|
|||
-no-emul-boot -boot-load-size 4 -boot-info-table \
|
||||
--efi-boot limine-uefi-cd.bin \
|
||||
-efi-boot-part --efi-boot-image --protective-msdos-label \
|
||||
iso_root -o $(BUILD_DIR)/SFB25.iso
|
||||
iso_root -o $(BUILD_DIR)/Neobbo.iso
|
||||
# Install Limine stage 1 and 2 for legacy BIOS boot.
|
||||
./limine/limine bios-install $(BUILD_DIR)/SFB25.iso
|
||||
./limine/limine bios-install $(BUILD_DIR)/Neobbo.iso
|
||||
disk:
|
||||
dd if=/dev/zero of=disk.img bs=1M count=128
|
||||
elftest:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue