1
0
Fork
You've already forked tiny-linux
0
A collection of scripts and configs for creating a tiny linux system.
  • Makefile 76.8%
  • Shell 23.2%
Find a file
2018年11月11日 22:41:00 +01:00
src Fix error on boot 2018年11月11日 22:41:00 +01:00
.gitignore Add .gitignore 2018年11月04日 21:00:21 +01:00
Makefile Kernel optimizations, begin! 2018年11月04日 23:14:49 +01:00
README.md Update README.md 2018年11月05日 19:32:03 +00:00

tiny-linux

A collection of scripts and configs for creating a tiny linux system.

The goal is to get to at least 2.88 MBs with a working system.

Hardware-wise, this project is mainly focused on Thinkpad X230, but by swapping drivers in the config, it will run on pretty much any PC.

Building

Initramfs/root and the kernel (complete os):

make prepare
make

Initramfs/root : make initramfs

Kernel: make kernel

Busybox: make busybox

"Refresh" source folders: make refresh

Apply configs: make config

Save current configs: make save

Test in QEMU: make test