.com, .exe, .lib, .obj, a.out, ELF, LE, PE..
[Up] |
The whole idea was to create something that was oriented towards performance on an Intel platform, using 4096 byte paging. There are page tables in the LX format and the process of 'loading' (whatever that means to the various people who may be reading this) would consist only of reading in the header and page tables. Actual execution would result in page-not-present faults which could easily use the page tables to load that actual page of code or data from the binary file. In addition, the file size seems to be about one half of the size of the same object modules re-linked into the Microsoft PE format." - Thanks to Edd Doutre for the corrected summary!
This page last modified:11/04/03 Go up a level |
(new!) sections have been updated in the last week...
(recent) sections have been updated in the last two weeks...