forked from jeandrek/system
-
Notifications
You must be signed in to change notification settings - Fork 0
Mini GNU/Linux distribution for the Scratch competition: https://scratch.mit.edu/discuss/topic/259060/
ypersyntelykos/system
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mini GNU/Linux distribution for the Scratch competition: https://scratch.mit.edu/discuss/topic/259060/ To build everything and install it: export PACKAGE_DIRECTORY=`pwd` export TARGET=x86_64 (cd package; gcc -O3 -Wall package.c -o package) package/package build su export PACKAGE_DIRECTORY=`pwd` export TARGET=x86_64 export ROOT= # put root directory for new system here package/package install You can now load a bootloader on it, configure the bootloader, and boot it.
About
Mini GNU/Linux distribution for the Scratch competition: https://scratch.mit.edu/discuss/topic/259060/
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 77.7%
- Shell 22.3%