I've used many of these small Linux distros. I used to have Tiny Core in a VM for different things. I also like SliTaz: http://slitaz.org/en , and Slax too: https://www.slax.org/ Oh and puppy Linux, which I could never get into but was good for live CDs: https://puppylinux-woof-ce.github.io/ And there's also Alpine too.
wondering what's your typical usage for those small distros?
Tiny Core Linux: a 23 MB Linux distro with graphical desktop
81–90 of 258 posts
Re: Tiny Core Linux: a 23 MB Linux distro with graphical desktop
#82Earlier quoted context omitted.
I would like to have this again I prefer to use additional RAM and disk for data not code
To think that the entire distro would fit in a reasonable LLC (last level cache)..
Probably not due to DMA buffers. Maybe a headless machine.
But would be funny to see.
Re: Tiny Core Linux: a 23 MB Linux distro with graphical desktop
#83Not to disrespect this, but it used to be entirely normal to have a GUI environment on a machine with 2MB of RAM and a 40MB disk. Or 128K of ram and 400 kb disk for that matter.
Re: Tiny Core Linux: a 23 MB Linux distro with graphical desktop
#84Earlier quoted context omitted.
Doesn't the UEFI firmware map a GPU framebuffer into the main address space "for free" so you can easily poke raw pixels over the bus? Then again the UEFI FB is only single-buffered, so if you rely on that in lieu of full-fat GPU drivers then you'd probably want to layer some CPU framebuffers on top anyway.
well, if you poke framebuffer pixels directly you might as well do scanline racing.
Re: Tiny Core Linux: a 23 MB Linux distro with graphical desktop
#85I've used many of these small Linux distros. I used to have Tiny Core in a VM for different things. I also like SliTaz: http://slitaz.org/en , and Slax too: https://www.slax.org/ Oh and puppy Linux, which I could never get into but was good for live CDs: https://puppylinux-woof-ce.github.io/ And there's also Alpine too.
wondering what's your typical usage for those small distros?
Re: Tiny Core Linux: a 23 MB Linux distro with graphical desktop
#86In around 2002, I got my hands on an old 386 which I was planning to use for teaching myself things. I was able to breathe life into it using MicroLinux. Two superformatted 1.44" floppy disks and the thing booted. Basic kernel, 16 colour X display, C compiler and Editor. I don't know if there are any other options for older machines other than stripped down Linux distros.
Re: Tiny Core Linux: a 23 MB Linux distro with graphical desktop
#87Not to disrespect this, but it used to be entirely normal to have a GUI environment on a machine with 2MB of RAM and a 40MB disk. Or 128K of ram and 400 kb disk for that matter.
Re: Tiny Core Linux: a 23 MB Linux distro with graphical desktop
#88In around 2002, I got my hands on an old 386 which I was planning to use for teaching myself things. I was able to breathe life into it using MicroLinux. Two superformatted 1.44" floppy disks and the thing booted. Basic kernel, 16 colour X display, C compiler and Editor. I don't know if there are any other options for older machines other than stripped down Linux distros.
Re: Tiny Core Linux: a 23 MB Linux distro with graphical desktop
#89I have an older laptop with a 32-bit processor and found that TinyCoreLinux runs well on it. It has its own package manager that was easy to learn. This distro can be handy in these niche situations.
Similar situation here. Have some old 32bit machines that I'm turning into writer decks. Most Linux distros have left 32bit behind so you can't just use Debian or Ubuntu and a lot of distros that aim to run on lower hardware are Ubuntu derivatives
Re: Tiny Core Linux: a 23 MB Linux distro with graphical desktop
#90Earlier quoted context omitted.
> NVIDIA GPU drivers are typically around 800M-1.5G. They also pack in a lot of game-specific optimizations for whatever reason. Could likely be a lot smaller without those.
Even the open source drivers without those hacks are massive. Each type of card has its own almost 100MB of firmware that runs on the card on Nvidia.