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:
csd4ni3l
2026-05-07 19:33:03 +02:00
parent 64206d3596
commit 7f27952167
7 changed files with 33 additions and 192 deletions
+5
View File
@@ -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 ../..