Update README.md

This commit is contained in:
nt0s 2018-11-07 22:41:59 -05:00 committed by GitHub
parent 655e910b49
commit e567353b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -1,2 +1,10 @@
# cs850_multiarch_bs
## cs850_multiarch_bs
Minimal bootstrap code for x86, Sparc and MIPS
## x86:
Run "make" in "x86" directory.
The boot image "boot.img" is generated under "out" directory.
Use QEMU or Bochs to emulate.