mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 14:44:26 +02:00
Fix relocation issue where an invalid dyn_hdr was loaded, make xunilos
run init at startup, add init build script, delete userspace stub
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
bash build_libxunil.sh
|
||||
cd user/init
|
||||
cargo build --target x86_64-unknown-none --release
|
||||
cp ./target/x86_64-unknown-none/release/init ../../assets/init
|
||||
cd ../..
|
||||
Reference in New Issue
Block a user