From e4b9b80ada800039e4131c1ebb5adae1f1a0b781 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 20 Mar 2018 03:48:00 +0100 Subject: [PATCH] Produce a multiboot-compliant kernel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50a7564..8c9aa37 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Once this done, to build uKernel, simply run: $ make ``` -The resulting kernel is located in src/uKernel.bin. It is meant to produce a +The resulting kernel is located in `src/uKernel.bin`. It produces a multiboot-compliant kernel file.