Skip to content

Commit 68eb7ed

Browse files
committed
Merge branch 'master' of https://github.com/Arun007coder/BootOS
2 parents 04fef21 + 468479c commit 68eb7ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ kernel/kernel.o
3333

3434
prep:
3535
@printf "Preparing...\n"
36-
@sudo apt-get install xorriso mtools grub-pc-bin
36+
@sudo apt-get install xorriso mtools grub-pc-bin nasm build-essential
3737

3838
CPU/PowerControl.o: CPU/PowerControl.cpp CPU/shutdown.o
3939
$(CPP) $(CPPFLAGS) -c -o $@ CPU/PowerControl.cpp CPU/shutdown.o
@@ -104,4 +104,4 @@ stopVBOX:
104104
.PHONY: clean
105105
clean:
106106
@printf "\e[1;31mCleaning the object files...\n\e[0m"
107-
@rm -f $(objects) CPU/shutdown.o SectorOS_Kernel.bin SectorOS.iso
107+
@rm -f $(objects) CPU/shutdown.o SectorOS_Kernel.bin SectorOS.iso

0 commit comments

Comments
 (0)