Add README

This commit is contained in:
xqtc161 2024-06-18 13:02:32 +02:00
parent f0da866ed7
commit 7ac41887b3
2 changed files with 9 additions and 0 deletions

8
README.md Normal file
View 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`

View file

@ -1,5 +1,6 @@
#![no_std]
#![no_main]
use core::alloc::GlobalAlloc;
use core::panic::PanicInfo;
use multiboot;