Tiny Core Linux Tiny Core Linux:
frugal install in its own partition
> 1 Mo free

+ optional "on boot" packages :
    compiletc.tcz 
    perl5.tcz 
    ncurses-dev.tcz 
    browser (e.g. Opera) 
    bash.tcz
    bc.tcz
    advcomp.tcz 
	

partitions
Sda3 is a linux type dedicated partition :

/tce : where tiny core
is installed.
_ /boot : vmlinuz, core.gz here will go
our build bzImage, core2.gz
_/...rest of tiny core usual tree

/SRC :
sources
_/KERNEL : original vanillia
_/RTAI : patche & utils for install
_/SCRIPTS : my utilities
_/TINY : patches Tiny core, .config tiny core

/RT :
destination for Kernel modules,
RTAI modules, lib, testsuite
...
This is the way I installed my
development environment.
All scripts use this.