We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04fef21 + 468479c commit 68eb7edCopy full SHA for 68eb7ed
Makefile
@@ -33,7 +33,7 @@ kernel/kernel.o
33
34
prep:
35
@printf "Preparing...\n"
36
- @sudo apt-get install xorriso mtools grub-pc-bin
+ @sudo apt-get install xorriso mtools grub-pc-bin nasm build-essential
37
38
CPU/PowerControl.o: CPU/PowerControl.cpp CPU/shutdown.o
39
$(CPP) $(CPPFLAGS) -c -o $@ CPU/PowerControl.cpp CPU/shutdown.o
@@ -104,4 +104,4 @@ stopVBOX:
104
.PHONY: clean
105
clean:
106
@printf "\e[1;31mCleaning the object files...\n\e[0m"
107
- @rm -f $(objects) CPU/shutdown.o SectorOS_Kernel.bin SectorOS.iso
+ @rm -f $(objects) CPU/shutdown.o SectorOS_Kernel.bin SectorOS.iso
0 commit comments