Add README
This commit is contained in:
parent
f0da866ed7
commit
7ac41887b3
2 changed files with 9 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# bowotloader
|
||||
|
||||
---
|
||||
|
||||
## Building
|
||||
I have bootstrapped a nushell script that executes a throwaway docker container. This allows the x86 binary to be built on other architectures.
|
||||
|
||||
To build just run: `nu build.nu`
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
use core::alloc::GlobalAlloc;
|
||||
use core::panic::PanicInfo;
|
||||
use multiboot;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue