freebsd-dev/sys/boot/pc98/loader
Marcel Moolenaar 0cca5d3d90 Add 2 new archsw interfaces:
1.  arch_loadaddr - used by platform code to adjust the address at which
    the object gets loaded. Implement PC98 using this new interface instead
    of using conditional compilation. For ELF objects the ELF header is
    passed as the data pointer. For raw files it's the filename. Note that
    ELF objects are first considered as raw files.
2.  arch_loadseg - used by platform code to keep track of actual segments,
    so that (instruction) caches can be flushed or translations can be
    created. Both the ELF header as well as the program header are passed
    to allow platform code to treat the kernel proper differently from any
    additional modules and to have all the relevant details of the loaded
    segment (e.g. protection).
2011-04-03 22:31:51 +00:00
..
conf.c Remove spinconsole from pc98, some parts seem to be missed and it's 2009-11-27 13:19:06 +00:00
help.pc98
main.c Add 2 new archsw interfaces: 2011-04-03 22:31:51 +00:00
Makefile MFi386: revision 210387 2010-07-25 02:22:32 +00:00