Page 3 of 3

Re:kernel problem (C Pointer)

Posted: Wed Feb 04, 2004 2:31 pm
by Therx
You can. But you have to either:-
  • Write a protected mode floppy driver in the stage 2 loader which loads it directly to 1mb
  • Load it to below 1mb using the BIOS and then before jumping to the kernel copy it to the 1mb mark
Pete

Re:kernel problem (C Pointer)

Posted: Thu Feb 05, 2004 2:04 am
by Pype.Clicker
another alternative is to set up *unreal mode*, load chunks under 1MB and then move chunks at their definitive location ... or (as Tim would have said) to use GRUB :p