Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 359 Bytes

File metadata and controls

8 lines (6 loc) · 359 Bytes

Simple_Bootloader

implemented a simple bootloader, which would be booted via a legacy BIOS

For running this code first install qemu and nasm in your system - nasm Command - sudo apt-get install nasm , Qemu Command - sudo apt install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virtinst virt-manager

then run the make file in sudo mode.