https://github.com/namberino/bootsector-projects
Some bootsector mini projects
https://github.com/namberino/bootsector-projects
Last synced: 3 months ago
JSON representation
Some bootsector mini projects
- Host: GitHub
- URL: https://github.com/namberino/bootsector-projects
- Owner: namberino
- Created: 2024-05-10T04:49:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T14:30:18.000Z (about 1 year ago)
- Last Synced: 2025-01-20T18:24:12.436Z (4 months ago)
- Language: Assembly
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootsector experimentation
This directory is some mini bootsector projects for me to get used to programming the bootsector.
Each projects is a practice for programming the actual bootsector
# Project directories
[32bit](32bit) contains bootsector code for 32-bit protected mode
[disk](disk) contains bootsector code for accessing the hard disk from the bootsector
[functions](functions) contains bootsector code for printing and formatting
[memory](memory) contains bootsector code for handling the bootsector's location in memory
[print](print) contains bootsector code for printing to the screen from the bootsector
[segment](segment) contains bootsector code for segmentation in bootsector
[stack](stack) contains bootsector code for working with the stack from the bootsector
# Compile and run
Compile this with `nasm`: `nasm -f bin -o `
Emulate this with `qemu`: `qemu-system-x86_64 `