Load Kernel intro Memory
Posted: Tue Feb 08, 2011 10:55 am
Hi ^ ^
I have a little problem. The creation of the CD bootloader. I have already written a function that searches for and finds the LBA and the size.
How to use this data to load the kernel into memory?
It can convert LBA to CHS, and then use BIOS int 13/ah = 02h to be loaded into memory?
I have a little problem. The creation of the CD bootloader. I have already written a function that searches for and finds the LBA and the size.
How to use this data to load the kernel into memory?
It can convert LBA to CHS, and then use BIOS int 13/ah = 02h to be loaded into memory?