copying contents of drive into empty memory
Posted: Wed Jan 26, 2011 1:36 pm
Im having problems locating avaiable memory for my 'os'.
When i boot up my code, i have no idea where is memory i can copy my code.
How do i find this memory? Is there any way, or i must list pci devices, get somehow ammount of memory, and find gaps?
How you do it? How it should be done?
Im using int 13h to access disk. (question 2: how do i do it without bios)
When i boot up my code, i have no idea where is memory i can copy my code.
How do i find this memory? Is there any way, or i must list pci devices, get somehow ammount of memory, and find gaps?
How you do it? How it should be done?
Im using int 13h to access disk. (question 2: how do i do it without bios)