[question]how do i boot with grub binaries?

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.
User avatar
Chandra
Member
Member
Posts: 487
Joined: Sat Jul 17, 2010 12:45 am

Re: [question]how do i boot with grub binaries?

Post by Chandra »

iON wrote:
berkus wrote:
iON wrote:I meant multiboot.i couldnt get GRUB to use my custom multiboot-compat systems.
Sorry? Did you just say you cannot implement multiboot support in your kernel properly?
im realy not sure.i might try working on linux but not now.
so far im researching functions,etc.
the reason i dont "ld -T link.ld kernst.o fun.o otherfun.o -o mygreat kernel.bin"is because it gives me the error:

Code: Select all

ld:cannot perform PE operations on non-PE.
if it's NOT "nasm -f COFF ..."then it says:

Code: Select all

ld:kernst.o: unrecognized file format
That's what Cross Compilers are for.

I think you have a problem with OSDEV Wiki. So far, every problem you've mentioned had already been answered by the Wiki. This also means you didn't check out the Frequently Asked Questions and hence broke Forum Rules for yet another time.
Programming is not about using a language to solve a problem, it's about using logic to find a solution !
iON
Posts: 20
Joined: Fri Sep 09, 2011 4:09 pm

Re: [question]how do i boot with grub binaries?

Post by iON »

:evil: i know about the wiki but i can never compile those cross compiler things!!!
:evil: prebuilt ones dont work either!
agggghhhhh!!
:evil: :evil: :evil: :evil: :evil: :evil:
iON
Posts: 20
Joined: Fri Sep 09, 2011 4:09 pm

Re: [question]how do i boot with grub binaries?

Post by iON »

also,the wiki is the first part i ever saw on this website.
im not even ignoring it as much as it's not helpfull.
(there are parts that are WONDERFUL,however so i dont mean the whole thing isn't good)
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: [question]how do i boot with grub binaries?

Post by Combuster »

iON wrote:it does not work curse curse it does not work curse it does not work it does not work curse curse it does not work curse it does not work curse curse curse shift-123456789
And you expect to get your problems solved that way?

Besides that you once more need to calm down, here is another forum rule for you
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
iON
Posts: 20
Joined: Fri Sep 09, 2011 4:09 pm

Re: [question]how do i boot with grub binaries?

Post by iON »

Combuster wrote:
iON wrote:it does not work curse curse it does not work curse it does not work it does not work curse curse it does not work curse it does not work curse curse curse shift-123456789
And you expect to get your problems solved that way?

Besides that you once more need to calm down, here is another forum rule for you
ok NOW im mad.
WHY did you quote me incorrectly!?
IDK if you are trolling or what but i dont like being misquoted.
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

Re: [question]how do i boot with grub binaries?

Post by thepowersgang »

iON, what Combuster meant by that is the attitude you were displaying. An important thing to remember when programming is to keep a level head.

If you are having trouble with compiling the cross compiler, ask for help. That's what we're here for. And, as Combuster linked, the forum rules point you to a nice page where you can learn to ask questions that won't cause people to treat you like a 4 year old troll.'

tl;dr - Read the forum rules, ask questions properly, search the wiki, and ask questions properly.
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
User avatar
Chandra
Member
Member
Posts: 487
Joined: Sat Jul 17, 2010 12:45 am

Re: [question]how do i boot with grub binaries?

Post by Chandra »

Combuster wrote:And you expect to get your problems solved that way?
The bottom-line is, he's got a real problem with this forum and gets furious when that fact is pointed out. We've no way to help him even if we desire to help him. I think we should just ignore him. That's all the favor we could do for him anyway.
Programming is not about using a language to solve a problem, it's about using logic to find a solution !
iON
Posts: 20
Joined: Fri Sep 09, 2011 4:09 pm

Re: [question]how do i boot with grub binaries?

Post by iON »

im sorry i couldn't learn better.i have an medical condidtion i should have taken into account before i started writing anything about my OS.
sorry that i sound like a little kid,i try my best to work hard on my OS.
thank you,but this thread is pretty much JUNK
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: [question]how do i boot with grub binaries?

Post by Combuster »

We've no way to help him even if we desire to help him. I think we should just ignore him. That's all the favor we could do for him anyway.
+1, and a thread lock has been requested.

@iON: if you read this again over time, I hope you will at that point realize that we have no intent of abuse towards you, but instead are primarily focused on trying to teaching you the skill of solving problems, and that solving the actual problem is best used as a live practice of that skill. Problems are challenges to be beaten, if you keep running away from a barrier you will never pass it.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Locked