From 8cafc151168d85f61f685c824dadfa0f3ecc7036 Mon Sep 17 00:00:00 2001 From: Alexander Myltsev Date: Mon, 12 Dec 2022 19:13:49 +0300 Subject: [PATCH] README.md: quickstart note. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a063a2b..4422fad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ Yet Another BootLoader, OS Kernel and Other stuff +Quickstart: +``` +$ ./setup.sh +$ make +``` + Includes code from: * https://github.com/mit-pdos/xv6-public * https://github.com/FRosner/FrOS