summaryrefslogtreecommitdiff
path: root/bin/false
AgeCommit message (Collapse)Author
2025-12-14libc: implement err/warn functionsKacper
2025-12-12Add clear command, add sysinfo system callKacper
2025-12-07Add bin/true and bin/false implementationsKacper
- Added assembly implementations for `true` and `false` commands. - Updated Kbuild files to include new binaries. - Removed unused libraries and headers. - Cleaned up makefile and unused code.