From a9a1ad666dc074ec57b9bd5fbe9f9cd7f4270625 Mon Sep 17 00:00:00 2001 From: O_WRONLY <67067346+Hojun-Cho@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:50:23 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cab91ae..f692363 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # 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 1. install image to device install to device @@ -32,4 +36,4 @@ 1. set Global Descriptor Table 2. enter protected mode 2. set Interrupt Descriptor Table - 3. call boot function \ No newline at end of file + 3. call boot function