Skip to content

rainerzufalldererste/bootsector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootsector Example

A very basic bootsector example for x86 (NASM)

How to get started

Install Requirements (debian based)

sudo apt-get update
sudo apt-get install nasm qemu

Get Repository

git clone https://github.com/rainerzufalldererste/bootsector.git
cd bootsector

Assemble & Run

nasm bootsector.asm -o bootsector.bin
qemu-system-x86_64 -drive format=raw,file=bootsector.bin --nographic --curses

To close the VM press Ctrl+A then X.

About

Simple x86 Bootsector Example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors