Skip to content

StackedUpAman/BootViz-241EE106

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

BootViz-241EE106

A low-level x86 Assembly project: writing bootloaders from scratch!

🛠 Features

  • Task 2: Print message at boot (bootloader.asm)
  • Task 3: Print "Press a key", wait for key, echo back (print_key.asm)

Runs directly on hardware / QEMU without an OS.


📦 Project Structure

BootViz-241EE106/ ├── src/ #Assembly source files (.asm) │ ├── bootloader.asm │ └── print_key.asm ├── build/ #Compiled images (.img) ├── Makefile #Build instructions ├── README.md └── .gitignore

About

It covers the complete boot process, BIOS interaction, keyboard input handling, and more — all running without any OS support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors