OSDev.org
https://forum.osdev.org/

Multiboot 2 troubles
https://forum.osdev.org/viewtopic.php?f=1&t=33412
Page 1 of 1

Author:  Crumble14 [ Tue Jan 01, 2019 4:30 pm ]
Post subject:  Multiboot 2 troubles

Hello

I'm a beginner in OS development and I'm having troubles using Multiboot 2.
When I try to test my OS with QEMU, it doesn't boot at all. (I tried debugging with gdb, no function is called at anytime)

You can find my code here: https://gitlab.com/Crumble14/crumbleos/tree/252046dd4e41ecd372cd7dc66305c50c5871cc32
The entry point is located in src/boot.s.

Am I doing something wrong?

Author:  Octocontrabass [ Tue Jan 01, 2019 5:02 pm ]
Post subject:  Re: Multiboot 2 troubles

Crumble14 wrote:
Multiboot 2

QEMU doesn't support multiboot 2. You can install GRUB in a disk image to boot your kernel, you can patch QEMU to add support for multiboot 2, or you can switch to multiboot 1.

Author:  Crumble14 [ Tue Jan 01, 2019 5:06 pm ]
Post subject:  Re: Multiboot 2 troubles

Octocontrabass wrote:
QEMU doesn't support multiboot 2


Ow, okay, thank you very much :) I'm going to try to install GRUB then.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/