kernel loading dilemma
Posted: Mon Apr 22, 2002 11:00 pm
im in a dilemma over different strategies to load my kernel.
i've created a floppy disk image for bochs x86 emulator
with EXT2 formating...and planning to make ELF32 kernel files
and have them loaded.
another strategy is making a pure binary monolithic kernel and
load it from the ext2 formatted floppy disk image.
can u suggest which may be more convinient? i guess it will
be the 2nd one but eitherways i'll need a loader that can read
from an ext2 filesystem.
is there a place where such a loader can be found?
i've created a floppy disk image for bochs x86 emulator
with EXT2 formating...and planning to make ELF32 kernel files
and have them loaded.
another strategy is making a pure binary monolithic kernel and
load it from the ext2 formatted floppy disk image.
can u suggest which may be more convinient? i guess it will
be the 2nd one but eitherways i'll need a loader that can read
from an ext2 filesystem.
is there a place where such a loader can be found?