Judging by the source, it is also the boot manager used on the old Linux-FT distribution.
STOP PRESS I just came across a modern edition. The distribution has been updated to a 2.0 series kernel. The copyright notices are now in favour of Springer-Verlag. I am, however, not about to splurg 30 quid on the new edition. The screenshots of the boot inside look exactly the same as the previous version.
Even more interestingly, the boot loader knows about several Linux file system formats, including ext2. Told to boot /boot/vmlinux, it can understand enough of the filesystem format to read the kernel file. LILO needs the lilo program to provide it with a list of sectors to load, hence you need to re-run lilo every time you update the kernel. With Uniboot, you don't need to do anything.
In command line mode, you can even list the partitions and their contents. So if you forget where your kernel is, you can go looking.
So, I got it going. But I found the GUI somewhat, ah, unusual. So I've done a replacement. It needs work, but it's sort of there. At the moment I'm trying to get round to doing the kernel/partition selection via the GUI so the command line adverse can deal exclusively with the GUI. Then it needs to be gone over and updated to bring it into line with the stuff that LILO does these days - I'm not sure what the differences will be, to be honest. But I do know I won't have time to do this work - volunteers to take this up wanted!
And it's here.
And I don't have time for coding, let alone anything else.