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 ...
(but sorry if my english is bad i not english )
(it's the original archive too many bug in makefile)
Error 13 Again
- Combuster
- 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
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.
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.
- xenos
- Member
- Posts: 1121
- Joined: Thu Aug 11, 2005 11:00 pm
- Libera.chat IRC: xenos1984
- Location: Tartu, Estonia
- Contact:
Re: Error 13 Again
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.
Re: Error 13 Again
ty for this , i try to test mbcheck later.
but i not understand the story of the copyright
but i not understand the story of the copyright
- Combuster
- 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
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.
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.