- 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
kernel problem (C Pointer)
Re:kernel problem (C Pointer)
You can. But you have to either:-
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:kernel problem (C Pointer)
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