From 18e7e431eefdc53d59cea482043bfbad4f76c331 Mon Sep 17 00:00:00 2001 From: Adam Greenwood-Byrne Date: Mon, 27 Jul 2020 18:48:31 +0100 Subject: [PATCH] Added crosslink to homepage --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1871e88..d214956 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,5 @@ Download and unpack [Arm's gcc compiler](https://developer.arm.com/tools-and-sof I also advocate installing GNU make - you'll need it soon enough. Because I'm using WSL, for me that was simply a matter of typing `sudo apt install make` and entering my password. _Now you're ready to start writing your OS!_ + +[Go to part1-bootstrapping >](/part1-bootstrapping)