This website requires JavaScript.
Explore
Help
Register
Sign In
slinky55
/
RockOS
Watch
1
Star
0
Fork
0
You've already forked RockOS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
17ccde355672be85baf7efe2f77c468b75ef842d
RockOS
/
clean.sh
18 lines
131 B
Bash
Raw
Normal View
History
Unescape
Escape
more userspace stuff
2026-07-01 20:00:22 -05:00
#!/bin/bash
cd
rocklibc
make clean
cd
..
cd
programs
make clean
cd
..
make clean
cd
initrd
f'd myself over of course, scheduler can now run user programs....
2026-07-04 01:59:19 -05:00
rm -rf output
rm *.elf
more userspace stuff
2026-07-01 20:00:22 -05:00
cd
..
Reference in New Issue
Copy Permalink