From 79d1032d82febbb342fdd5376b3bcb8d4007230c Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 11 Apr 2017 19:44:44 +0200 Subject: [PATCH] Add a Readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc9e3b8 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Blog OS (A Minimal x86 Kernel) +[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post_1)](https://travis-ci.org/phil-opp/blog_os/branches) + +This repository contains the source code for the [A Minimal x86 Kernel](http://os.phil-opp.com/multiboot-kernel.html) post of the [Writing an OS in Rust](http://os.phil-opp.com) series. + +**Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.** + +## Building +You need to have `nasm`, `grub-mkrescue`, `xorriso`, and `qemu` installed. Then you can run it using `make run`. + +Please file an issue if you have any problems. + +## License +The source code is dual-licensed under MIT or the Apache License (Version 2.0).