I desire to know what was the very first Linux-kernel based operating system, what we can call today a "distribution" even if the term wasn't used then.
The Wiki article doesn't give a clear answer, as of my understanding. This Wiki list of distros doesn't have a release date column in tables.
This article, if I understand it correctly, says it was Linux 0.12 by Hj Lu
I found no clear answer in some other discussions.
Before that, users bootstrapped their systems. Did HJ Lu created an operating system or something else more basic? or by "systems" you meant that each user created its own "non-distribution yet Linux-based operating system" from HJ's stack? – Jun 03 '19 at 21:35FDISKtool (typically, from DOS) to partition your disk, then create a file system usable by Linux and use a disk editor to make it bootable, then create all the device nodes and copy everything required from the root floppy, then install everything else (mostly from source, once you got the compiler). – Stephen Kitt Jun 04 '19 at 04:33