This is sub issue from
#2389 (comment)
I have booted from 1232k floppy and confirmed
mount /dev/hda1 /mnt
cp /bin/* /mnt/tmp
gets the same stuck problem if
hma=kernel
xms=on
#xms=int15
It succeeded if
#hma=kernel
#xms=on
#xms=int15
or
hma=kernel
#xms=on
#xms=int15
or
#hma=kernel
xms=on
xms=int15
So, it looks LOADALL problem.
Thank you.