Update README.md

This commit is contained in:
O_WRONLY
2024-12-10 23:50:23 +09:00
committed by GitHub
parent 98601ac381
commit a9a1ad666d

View File

@@ -1,6 +1,10 @@
# FAT16 bootloader # FAT16 bootloader
x86 FAT16 bootloader x86 FAT16 bootloader
# Feature
* [serial console](https://github.com/Hojun-Cho/bootloader/blob/master/boot/sricon.c)
* [prompt](https://github.com/Hojun-Cho/bootloader/blob/98601ac381e30d98b4f3f2c20a733beebf9c2ee3/boot/boot.c#L105)
### How to run ### How to run
1. install image to device 1. install image to device
install to device install to device
@@ -32,4 +36,4 @@
1. set Global Descriptor Table 1. set Global Descriptor Table
2. enter protected mode 2. enter protected mode
2. set Interrupt Descriptor Table 2. set Interrupt Descriptor Table
3. call boot function 3. call boot function