pritamzope / OS

Writing & Making Operating System and Kernel parts so simple like Hello World Programs, Starting from writing Bootloaders, Hello World Kernel, GDT, IDT, Terminal, Keyboard/Mouse, Memory Manager, HDD ATA R/W, VGA/VESA Graphics
http://createyourownos.blogspot.com
663 stars 103 forks source link

Move .sh files into makefile #24

Closed 0x4248 closed 2 years ago

0x4248 commented 2 years ago

All .sh files have been moved into a makefile

user@computer$:make
This runs the run script which was run.sh
user@computer$:make clean
This runs the clean script which was clean.sh

Done

Coming soon:

0x4248 commented 2 years ago

Why was this closed @pritamzope