This Project focuses on exploring and understanding basics of Assembly level Programming . In this we made two simple booloader one displays a static Greeting Message, while the other one accepts input from user and displays it .
-
NASM - Netwide x86 Assembler
-
QEMU - Free virtualization and Emulation Software
-
Clone the repo :
git clone https://github.com/Ank-Frost/BootViz-241CS209.git -
Use MakeFile to build the required Images.
make -
Run the image the using make.
make run # prints Hello msgmake run NAME=bootloader2 # accepts and print user input
To clearup the images build
make clean

