

I don't understand why that happens
](./images/smilies/eusa_wall.gif)
Has anyone else had this problem, and is there a way to fix it?
Sorry I am a noob to OS development

Thanks
I'll try thatmanonthemoon wrote:I am not familiar with that program. Have you tried using the image provided with Bran's Kernel tutorial? Skip to the last page called "What's Left", and download the floppy image provided. It has GRUB pre-loaded on it, ready to go. Then just replace their kernel.bin with yours and try that.
Definitely read the Bare bones tutorial, but I would suggest that you don't worry about making a bootloader until you have a kernel. Bootloaders are only a small part of an operating system, and they require you to worry about obsolete hardware issues that will not show up anywhere else in your kernel.gravaera wrote:You should try the Bare bones tutorial until you can write a full, 2 staged, proper bootloader.
Try:awesomeO wrote:Well I originally built the kernel on Ubuntu in VMware and I don't know what emulator to use on Linux so I just do the emulation for it on Windows with qemu...
I gotta echo what was said before: read the Bare Bones tutorial, primarily the section about booting the kernel (as you can use the same method with the tutorial you'd been using).awesomeO wrote:Well I originally built the kernel on Ubuntu in VMware and I don't know what emulator to use on Linux so I just do the emulation for it on Windows with qemu... (my guess is qemu runs on Linux too I just never looked into it)...