From e567353b762f764f3e80c935c47ae27101797cc0 Mon Sep 17 00:00:00 2001 From: nt0s <19315218+nt0s@users.noreply.github.com> Date: Wed, 7 Nov 2018 22:41:59 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e90183..b51230f 100644 --- a/README.md +++ b/README.md @@ -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.