From 52be99d8c0862ff87db9a4f9ccec1ac4b5f7caed Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 2 Sep 2022 09:18:52 +0200 Subject: added a quite unsorted first version of a floppy boot loader --- floppy/doc/LINKS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 floppy/doc/LINKS (limited to 'floppy/doc/LINKS') diff --git a/floppy/doc/LINKS b/floppy/doc/LINKS new file mode 100644 index 0000000..2dc5f26 --- /dev/null +++ b/floppy/doc/LINKS @@ -0,0 +1,16 @@ +similar projects + +https://www.insentricity.com/a.cl/283 +https://github.com/yeokm1/gentoo-on-486 +https://github.com/MiSTer-devel/Main_MiSTer/wiki +https://yeokhengmeng.com/2018/01/make-the-486-great-again + +alternatives to "standard" Linux: + +ELKS linux-i386 for 16-bit +Minix +NetBSD + +https://www.kernel.org/doc/html/latest/x86/boot.html +https://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-2.html +https://www.kernel.org/doc/html/latest/x86/zero-page.html -- cgit v1.2.3-70-g09d2