Remove unneccessary debug, increase kernel heap to 64mb, add a global

build_and_run script, fix build.rs sometimes using the wrong
architecture, add badapple ELF and change default font size to 1 for it
to work, improve framebuffer errors, remove unnecessary commands from
make and improve debug filtering
This commit is contained in:
csd4ni3l
2026-05-23 17:28:21 +02:00
parent f90d29340a
commit 7070b53355
16 changed files with 67 additions and 153 deletions
+5
View File
@@ -0,0 +1,5 @@
bash build_libxunil.sh
cd user/apps/badapple
cargo build --target $KARCH-unknown-none --release --config profile.release.debug=true
cp ./target/$KARCH-unknown-none/release/badapple ../../../assets/$KARCH/badapple
cd ../../..