Yesterday, I enjoyed booting Menuet on a motherboard equipped with:
I was absolutely unable to crash the system, and on that point, I take my hat off to the author. It’s really gratifying that the publicly available version of your work is stable. Well done!
Here is a list of the issues observed, despite carefully updating the boot parameters in the config.mnt file:
The lack of support for the FAT32 partition on the PATA HDD, and for USB Mass Storage, forced me to stop my tests there, as it was impossible for me to supply Menuet with external files.
Are these hardware detection issues normal, given the current state of the project, or do I have some leeway to make the existing drivers better accept the various controllers (Ethernet, audio, PATA)? One setting I found particularly difficult to decide on was this one:
network_config = 0x03f80400 # Bits 16- Com port
# Bits 08- Com IRQ
# Bit 07 Server assigned
# Bits 00- Interface 0=disabled
# 3=ethernet
As a last resort, is it possible to swap the system floppy disk for another one containing data once the OS has booted, or does the system floppy disk need to be present at all times?