From 01c7f2ddce90f861837c92f73c968538bb361448 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sat, 8 Feb 2014 22:36:33 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d1c4950d..98f157c2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Thor is a minimalistic operating system created for learning reasons. It is currently a 64bit OS written in assembly and C++. +## Build ## + +Build procedure is described on the Wiki: https://github.com/wichtounet/thor-os/wiki/Build + ## License ## This project is distributed under the Boost Software License 1.0. Read `LICENSE_1_0.txt` for details.