help: loading kernel
Posted: Tue Jul 20, 2010 7:53 am
Hi to all those are helping someone like me,
I am new to this forum, and sorry, if this question is already there in forum. I tried to search for this question, but there was many such words so I got nothing.
I have a boot strap loader, and a simple kernel.
From tutorial i got that, kernel can be loaded in 3 different ways.
i) Put kernel in bootstrap loader.( But my kernel is bigger than 512 b)
ii) Specify the kernel file and load.
iii) Run form specified location.
The first one is not suitable for me as well as while coding OS.
If any one could give me any idea(with code) in any of two method(ii, ii) to load kernel file?
And I think platform does not matter while coding for OS(I think), but also, I am using x86 architecture Windows 7 OS
Thanks
I am new to this forum, and sorry, if this question is already there in forum. I tried to search for this question, but there was many such words so I got nothing.
I have a boot strap loader, and a simple kernel.
From tutorial i got that, kernel can be loaded in 3 different ways.
i) Put kernel in bootstrap loader.( But my kernel is bigger than 512 b)
ii) Specify the kernel file and load.
iii) Run form specified location.
The first one is not suitable for me as well as while coding OS.
If any one could give me any idea(with code) in any of two method(ii, ii) to load kernel file?
And I think platform does not matter while coding for OS(I think), but also, I am using x86 architecture Windows 7 OS
Thanks