The bootloader is now buildable on all platforms (#497)

It is now also linked with LLD, so it can be compiled out of the box on Linux, Windows, and macOS.
This commit is contained in:
Philipp Oppermann
2018-11-09 08:56:19 +01:00
committed by GitHub
parent b5b39d1b6e
commit a56112e789
5 changed files with 150 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ name = "blog_os"
version = "0.2.0"
[dependencies]
bootloader_precompiled = "0.2.0"
bootloader = "0.3.4"
spin = "0.4.9"
volatile = "0.2.3"
uart_16550 = "0.1.0"