Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aayes89/mybootloader
First attempt to make an Bootloader with Nasm
https://github.com/aayes89/mybootloader
assembly bootloader nasm-assembly
Last synced: 15 days ago
JSON representation
First attempt to make an Bootloader with Nasm
- Host: GitHub
- URL: https://github.com/aayes89/mybootloader
- Owner: aayes89
- Created: 2024-02-17T04:47:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-17T05:03:01.000Z (12 months ago)
- Last Synced: 2024-11-29T19:13:47.492Z (2 months ago)
- Topics: assembly, bootloader, nasm-assembly
- Language: Assembly
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyBootloader
First attempt to make an Bootloader with NasmAlthough the theme appears to be a classic hacker environment, don't be confused, there is nothing dangerous in the code, I just experiment with graphical modes and managing CPU cycles to create timers.
Was tested on MacOS and GNU/Linux.
# DONE
* Bootloader with some ASCII art
* Functional menu (at least the last two options)# TODO
* Determine what to do with the first menu options# HOW TO USE
* install Nasm, QEmu and run:
nasm boot.asm -f bin -o boot.bin
qemu-system-x86_64 boot.bin