problem in deploying the kernel
Posted: Sun Jan 27, 2008 6:28 am
hello friends,
i am new to OS development. I am following the Bran's kernel development tutorial, and have successfully compiled the Hello World kernel. I want to deploy this kernel on VMware, but every time i get this message "Operating System not found".
I figured out that it must be some bootloader problem, so i tried to create the GRUB diskette as given in the wike-GRUB.
i am working with virtual floppy disk, n i first create a img file auxdsk.img n formatted, n then my commands are
c:\ dd if=stage1 of=auxdsk.img bs=512 count=1 conv=notrunc
c:\ dd if=stage2 of=auxdsk.img bs=512 seek=1 conv=notrunc
i believe this diskette is suppose to load the GRUB, which i am then suppose to change the diskette n load the 2nd diskette with the kernel.bin, stage1, stage2, menu.lst in /boot folder.
well, when i load the first diskette, i get the message "Operating System not found".
it would be very kind of you guys to think about this problem, n post them . if you have any working img file of a bootable floppy with kernel, please send me the link.
regards.
i am new to OS development. I am following the Bran's kernel development tutorial, and have successfully compiled the Hello World kernel. I want to deploy this kernel on VMware, but every time i get this message "Operating System not found".
I figured out that it must be some bootloader problem, so i tried to create the GRUB diskette as given in the wike-GRUB.
i am working with virtual floppy disk, n i first create a img file auxdsk.img n formatted, n then my commands are
c:\ dd if=stage1 of=auxdsk.img bs=512 count=1 conv=notrunc
c:\ dd if=stage2 of=auxdsk.img bs=512 seek=1 conv=notrunc
i believe this diskette is suppose to load the GRUB, which i am then suppose to change the diskette n load the 2nd diskette with the kernel.bin, stage1, stage2, menu.lst in /boot folder.
well, when i load the first diskette, i get the message "Operating System not found".
it would be very kind of you guys to think about this problem, n post them . if you have any working img file of a bootable floppy with kernel, please send me the link.
regards.