fix(relibc): implement getrlimit defaults + getdtablesize return; add kwin stub; kernel graphical_debug defer

This commit is contained in:
2026-04-27 01:57:14 +01:00
parent 45e2016918
commit 8644e8b6d0
4 changed files with 68 additions and 0 deletions
+8
View File
@@ -86,6 +86,14 @@ exit 0
EOFBIN
chmod +x "${STAGE}/bin/kwin_wayland"
# Dummy kwin_wayland_wrapper binary
cat > "${STAGE}/bin/kwin_wayland_wrapper" << 'EOFBIN'
#!/bin/sh
echo "KWin stub: kwin_wayland_wrapper not yet available on Redox (args: $@)"
exit 0
EOFBIN
chmod +x "${STAGE}/bin/kwin_wayland_wrapper"
# Minimal kwin header stubs for downstream compilation
cat > "${STAGE}/include/kwin/kwinevents.h" << 'EOFHDR'
#pragma once