Skip to content

ypersyntelykos/system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • C 77.7%
  • Shell 22.3%