Hi there, first post!
I know, that probably it is against of the TinyCoreLinux philosophy, but... Is there a relatively documented process of how could I persistently install TCC on HDD, without using initramfs and the unpack-into-RAM .tcz package mechanism?
Goal is to save as much RAM as possible for userspace softwares. Here's why:
I have an old Compaq evo N410c notebook (mass produced in 2003), with composite analog video output what I really need for my project. I'm searching a system only, and just only for playing 800x600 MPEG1 video files. Slow booting time and much used diskspace is not a problem. Therefore, the goal would load the kernel, kernel modules, daemons and other software stuffs that needed but everything from HDD, uncompressed form where it's possible and save the RAM for the video files.
Is it possible with TCC with "not so many" additional efforts?
I've searched and tried other distros as well, but... the recent SliTaz is buggy, was a two-day nightmare to install it persistently and unfortunatelly XOrg/MPV/mplayer cannot do the task : mpv can't see any usable output driver (despite the XOrg and the VM can run with the legacy ATI Radeon driver), and almost nor mplayer. However, mplayer can somehow find it's way to produce a video output, but has no color on X11 (it's grayscale there), and despite with a little hack it could produce output using the framebuffer on tty1, the produced color palette was a TOTAL mess/misleading. Whatever I tried, didn't help anything. =(
I've tried also PuppyLinux, but the output with the composite was even more crashy/buggy. Other distros even couldn't detect the composite output. =[