Update README.md

This commit is contained in:
nt0s 2018-11-07 22:46:57 -05:00 committed by GitHub
parent c8551341fd
commit 7d84328d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
## cs850_multiarch_bs
# cs850_multiarch_bs
Minimal bootstrap code for x86, Sparc and MIPS
## x86:
# Summary
# x86
## Summary
Uses a 2-stage bootloader to boot from FAT12 floppy disk.
Stage 1 loader loads stage 2 loader from the floppy and jumps to it.
Stage 2 loader initializes protected mode, detects system memory, loads the kernel from the floppy, and eventually calls "kmain" function in kernel.c.
# Building
## Building
Run "make" in "x86" directory.
The boot image "boot.img" is generated under "out" directory.