While I was researching the source code of Xinu Is Not Unix (XINU) on Google, I stumbled upon a strange document on the ACM Digital Library about a port of XINU known as PC-XINU, which Douglas E. Comer, the creator of XINU, and Timothy Fossum created.
Although the number of times it has been stated in computer magazines and articles, the product itself seems to be gone... until now. While I was on the Wikipedia page for XINU, I stumbled across an archive of the FAQ for PC-XINU. https://www.dmi.unict.it/pappalardo/lab3/xinufaq.html However, when I removed the end part of the archive, it led me to a different website, where there was an archive of the original files (l3x12) and also a late beta (l3x13). The binaries were also precompiled in the bin directory, making it easier to use.
So I put it on a DOS 6.22 boot disk with a custom AUTOEXEC.BAT file to boot to PC-XINU immediately.
strange, this ready to boot version picks up BOOTP reply faster than the original
*edit : i just want to drop this information here. i found a cached version of xinu webpage from canberra.edu.au with last update of 24 aug 2003. This webpage has a working download link for xinu79(patched version i guess, it comes with original directory structure) and also working link for xinu386! . here's the website : http://web.archive.org/web/20031002113447/http://public.ise.canberra.edu.au/~chrisc/xinu.html.
*update : i see an extremely drastic improvement over bootp performance from the xinu79 obtained from website above. FYI i'm using netbsd bootp daemon and mikrotik bootp support.
Best regard