From 538e726d33322e56babb495463db7b12ce31a511 Mon Sep 17 00:00:00 2001 From: Guokai Chen Date: Wed, 7 Apr 2021 14:52:01 +0800 Subject: [PATCH] README: cleanup unnecessary escape character --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bce4f9ba..f43f395b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The main features of NEMU include 1. Compile a Linux kernel, with proper SD card driver integrated if you want to run Debian or Fedora. Currently Kernel v4.18 is verified to work. 2. Convert ```vmlinux``` to binary format using ```objcopy```. -3. Compile OpenSBI using ```build\_linux.sh``` where vmlinux path may need a modification. +3. Compile OpenSBI using ```build_linux.sh``` where vmlinux path may need a modification. 4. Compile NEMU using ```opensbi``` branch. You may want to change default sdcard image path in ```src/devices/sdcard.c``` to boot Debian or Fedora. -5. launch NEMU intepreter and load ```fw\_payload.bin``` generated by OpenSBI. +5. launch NEMU intepreter and load ```fw_payload.bin``` generated by OpenSBI. 6. If you are using a ```vmlinux``` with initramfs, you will likely be greeted with a ```Hello```, otherwise you may see startup logs and finally a login prompt from Debian or Fedora if SD card is configured properly. -- GitLab