2024-12-02 20:06:20 +00:00
|
|
|
# Badloader
|
2024-12-03 01:37:47 +00:00
|
|
|
Badloader can be:
|
2024-12-02 20:15:06 +00:00
|
|
|
THE WORST BOOTLOADER EVER DO NOT USE THIS PLEASE
|
2024-12-03 01:37:47 +00:00
|
|
|
Or:
|
|
|
|
A nice example on CPU level functions and booting.
|
2024-12-02 20:15:06 +00:00
|
|
|
|
|
|
|
# Building
|
2024-12-02 21:00:24 +00:00
|
|
|
install `nasm`, `make` and `gcc`, then run `make`
|
2024-12-02 20:16:11 +00:00
|
|
|
# notes
|
2024-12-02 21:00:24 +00:00
|
|
|
i have tested this in qemu
|