Searched hist:39833 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/stand/i386/libi386/
H A Delf32_freebsd.c39833 Wed Sep 30 19:48:09 MDT 1998 peter i386 ELF loader startup backend. On an ELF kernel booted with the 3-stage
bootblocks, the kernel shows up as the primary module:

[3:24am]~-100# kldstat
Id Refs Address Size Name
1 1 0xf0100000 ff00000 /kernel
^^^^ oops.. :-)

Based heavily on aout_freebsd.c. Hmm.. There's so much in common that
these could probably be combined and just check the metadata to see which
format it is.
H A Delf64_freebsd.c39833 Wed Sep 30 19:48:09 MDT 1998 peter i386 ELF loader startup backend. On an ELF kernel booted with the 3-stage
bootblocks, the kernel shows up as the primary module:

[3:24am]~-100# kldstat
Id Refs Address Size Name
1 1 0xf0100000 ff00000 /kernel
^^^^ oops.. :-)

Based heavily on aout_freebsd.c. Hmm.. There's so much in common that
these could probably be combined and just check the metadata to see which
format it is.

Completed in 104 milliseconds