From 2f04b9793741fdfdedf746216dfb530263104d2d Mon Sep 17 00:00:00 2001 From: Sanggyu Lee Date: Sat, 12 Sep 2020 00:38:52 +0900 Subject: [PATCH] Fix typo I belive `bootsrc.txt` is a typo of `bochsrc.txt` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0eae7b..ab54f81 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,5 @@ Work in progress... ### Running the kernel ```shell -bochs -f bootsrc.txt -q +bochs -f bochsrc.txt -q ```