/system

Mini GNU/Linux distribution for the Scratch competition: https://scratch.mit.edu/discuss/topic/259060/

Primary LanguageC

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.