README (500B)
1 my linux os 2 =========== 3 4 starting 5 ======== 6 7 git clone git://git.evenfri.duckdns.org/mk-standalone.git 8 cd mk-standalone 9 ./install 10 cd .. 11 git clone git://git.evenfri.duckdns.org/libc.git 12 cd libc 13 mk 14 cd .. 15 git clone git://git.evenfri.duckdns.org/coreutils.git 16 mv libc coreutils 17 cd coreutils 18 mk 19 cd .. 20 21 # available 22 git clone --depth 1 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 23 cd linux 24 cp ../linux_config .config 25 make -j24 26 cd .. 27 28 ./start.sh