Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Too big EXE file, is there a remedy?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00262751
Message ID:
00263675
Vues:
39
>- Snip -
>
>Sorry for the snip, Ed. First, if ROM BIOS, however, did provide at least some service beyond boot, wouldn't there be a performance improvement? Second, I tthink at least some services (disk size, drive types, etc.) are provided through ROM BIOS interrupts aren't they? Or has that gone the way of the dinosaur? Third, if the machines had been designed for a GUI in the first place, wouldn't they be radically different from the machines we now have?
>

First, using ROM BIOS doesn't guarentee better speed, only a common interface to standardized functions for a device class. It isn't guarenteed to be optimal, and it's no more efficient to call than a driver. In fact, unless the ROM content is copied into RAM (shadowed), ROM tends to be as much as an order of magnitude slower to access than informatiin inmain RAM.

Except during boot, drive parameters and types do not use the BIOS code to make the determination about what's present. In fact, systems that use drive overlay software like Disk Manager that changes the geometry in the drive table, and often add newer, more efficient code to deal with old BIOSes that don't understand LBA, etc.

The presense of GUI elements in the BIOS doesn't change the OS, at least in theory. If the BIOS contains the same common code now in the GUI core rather than a system device driver, there's no change. Not relying on BIOS code makes replacing key elements of the system's low-level common functions easier.

>BTW, that was a great post. Thanks much.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform