GRUB

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Locked
MTK358
Posts: 5
Joined: Thu Apr 22, 2010 2:52 pm

GRUB

Post by MTK358 »

I am continuing this tutorial:

http://wiki.osdev.org/Bare_bones

I started QEMU and just got a GRUB prompt. Now what?
quok
Member
Member
Posts: 490
Joined: Wed Oct 18, 2006 10:43 pm
Location: Kansas City, KS, USA

Re: GRUB

Post by quok »

Maybe try actually READING the tutorial. It tells you exactly what to type at the Grub prompt.

If you can't be bothered to try to debug things yourself, you're not going to get very far in OS development. And you'll find that people here quickly tire of spoon feeding you.
MTK358
Posts: 5
Joined: Thu Apr 22, 2010 2:52 pm

Re: GRUB

Post by MTK358 »

#-o

It said what to do right in the tutorial. Somehow I thought it was something specific to bochs. Anyway:
Attachments
hello-kernel.jpg
MTK358
Posts: 5
Joined: Thu Apr 22, 2010 2:52 pm

Re: GRUB

Post by MTK358 »

I guess I'll start working on functions to print text tomorrow.
Locked