Error 13 Again

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.
Post Reply
Yazimat
Posts: 9
Joined: Thu May 09, 2013 8:47 am

Error 13 Again

Post by Yazimat »

Hi , Everyone
Hi download an kernel archive https://www.zeta-uploader.com/572055083) on internet but when i try to boot them
i get he famous grub messages erro 13 :Invalid or unsupported executable format

i try to modify many file multiboot.asm head.asm
try to modify ld and objcopy flag but grub but nothing work
if anyone can help me ... =D>

(but sorry if my english is bad i not english :oops: )
(it's the original archive too many bug in makefile)
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: Error 13 Again

Post by Combuster »

There's no copyright information at all, which also means you're not allowed to use this code for anything. It also fails the Posting Checklist, which is probably the fundamental reason why it doesn't work.

Given what's actually in the code, either grab a copy of ReactOS instead and build it against their instructions, or get yourself a proper starting kernel.
"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 ]
User avatar
xenos
Member
Member
Posts: 1121
Joined: Thu Aug 11, 2005 11:00 pm
Libera.chat IRC: xenos1984
Location: Tartu, Estonia
Contact:

Re: Error 13 Again

Post by xenos »

There is a tool named mbcheck which checks for the correct multiboot header. If you wish to actually debug this problem, try to run it on your kernel. Also, check out Grub Error 13.
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
Yazimat
Posts: 9
Joined: Thu May 09, 2013 8:47 am

Re: Error 13 Again

Post by Yazimat »

ty for this , i try to test mbcheck later.
but i not understand the story of the copyright :?:
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: Error 13 Again

Post by Combuster »

It's not your code - which considering the question is obvious. Therefore it's owned by whoever it was written by. There is no license, which means you have no permission to do anything with it. Depending on the exact circumstances, you might already be a criminal for posting it here.

The other problem is that the project - how advanced it may appear - doesn't follow normal conventions from this place, which are likely to result in traditional beginner errors.


If you want to take something as an example, you might better find something that's not likely to give you all sorts of trouble.
"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 ]
Post Reply