This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PC boot image for 720k FDD


>>>>> "Vlastimil" == Vlastimil Masek <rur@altavista.com> writes:

    Vlastimil> Is there any way to make PC boot image for 720kB FDD.
    Vlastimil> The current floppy disk boot code "gdb_module.bin"
    Vlastimil> seems to be hard-coded only for 1.44M floppies.

I suspect that none of the developers of the i386 PC support had
access to a machine that still used a 720K floppy drive.

After a very quick glance through the source code, it looks like
most/all of the relevant code lives in the hal_cpu_init macro in
hal/i386/pc/<version>/include/platform.inc. To add support for 720K
floppies you would want to add a configuration option, and then modify
this initialization macro to cope with different types of floppy
drive.

Bart Veer // eCos net maintainer

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]