mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
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:
committed by
GitHub
parent
b5b39d1b6e
commit
a56112e789
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user