ghaerr / elks

Embeddable Linux Kernel Subset - Linux for 8086
Other
1.02k stars 108 forks source link

Release 0.3.1 draft #307

Closed mfld-fr closed 4 years ago

mfld-fr commented 4 years ago

Release criteria:

Draft of the release description:

Main changes (thanks @ghaerr) :

Minor changes:

Bug fixes:

Milestone: https://github.com/elks-org/elks/milestone/1

Mellvik commented 4 years ago

Great work everyone, I'll do some physical hardware testing (80286/12 and 80386/20) over the weekend. Which configuration(s) should I be focusing on?

Mellvik

mfld-fr commented 4 years ago

It would be nice if we could kill issues #123 and #306.

So I would say booting from a MINIX floppy, mounting the FAT HD and try to reproduce 🤔 ?

ghaerr commented 4 years ago

@Mellvik:

So I would say booting from a MINIX floppy, mounting the FAT HD and try to reproduce 🤔 ?

Agreed. I will temporarily modify /etc/rc.d/rc.sysinit to try mounting FAT from /dev/fd1 rather than /dev/bda1 which will greatly speed up your testing by not having to mount -t msdos /dev/fd1 /mnt after every boot. I am very interested in bug reports that can be confirmed with commands immediately after boot, although I realize that some #123 issues are stubborn and require more time and not easily reproducible.

I have only been testing on on the 1440k floppy (fd1440-fat.bin) on QEMU, so it would be nice to also test 360k and 720k images if possible (although no big deal, since they're all FAT12 at this point). The FAT16 and FAT32 testing require larger disk images than we have on older equipment, so that will likely be tested on an emulator, right?

xrayer commented 4 years ago

Wow, I can see "Boot from FAT", well what bootsector code did you implemented and how problem with /dev was solved? I will update the sources, recomplile and try out on my 286 :)

mfld-fr commented 4 years ago

@xrayer : thank you to be so enthusiast ! But this issue is only to draft the next release. Please wait a bit more to get that next release published 😄 ...

For the explanations about /dev handling and boot sector, please see the ongoing discussion in #296.

xrayer commented 4 years ago

(Moved to #324)

mfld-fr commented 4 years ago

Not managing the next release anymore. Closing this one.