diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2025-07-27 19:28:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2025-07-27 19:42:05 -0400 |
commit | 3a05f4fa3d38a4cfbdbd67683f6614d0df5bb015 (patch) | |
tree | 75199928b9c545fd86167d84ed503256b70e8435 | |
parent | a78f43da010cfde31c9c99825953143637aeaf16 (diff) | |
download | seabios-3a05f4fa3d38a4cfbdbd67683f6614d0df5bb015.zip seabios-3a05f4fa3d38a4cfbdbd67683f6614d0df5bb015.tar.gz seabios-3a05f4fa3d38a4cfbdbd67683f6614d0df5bb015.tar.bz2 |
docs: Rename docs/SeaBIOS.md to docs/index.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/index.md (renamed from docs/SeaBIOS.md) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/SeaBIOS.md b/docs/index.md index f751862..946d52b 100644 --- a/docs/SeaBIOS.md +++ b/docs/index.md @@ -1,3 +1,5 @@ +# SeaBIOS + SeaBIOS is an open source implementation of a 16bit X86 BIOS. SeaBIOS can run in an emulator or it can run natively on X86 hardware with the use of [coreboot](http://www.coreboot.org/). |