Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterupfold/bios-bootprogram
A "Hello World" boot sector program for the BIOS.
https://github.com/peterupfold/bios-bootprogram
Last synced: 5 days ago
JSON representation
A "Hello World" boot sector program for the BIOS.
- Host: GitHub
- URL: https://github.com/peterupfold/bios-bootprogram
- Owner: PeterUpfold
- Created: 2022-11-27T18:45:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T19:43:54.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T09:51:06.059Z (about 2 months ago)
- Language: Assembly
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bios-bootprogram
A "Hello World" boot sector program for the BIOS.
## Acknowledgements
Somewhat based on [https://github.com/MaaSTaaR/539kernel](https://github.com/MaaSTaaR/539kernel)