Page 1 of 1

Typo in the C barebones tutorial?

Posted: Wed Jan 19, 2011 11:40 am
by LloydX86
Hi :D

I've just noticed a possible typo in the tutorial, in the loader.s file it says:

MAGIC equ 0x1BADB002

However, in the kernel.c file it checks for the value: "0x2BADB002"!

Re: Typo in the C barebones tutorial?

Posted: Wed Jan 19, 2011 11:52 am
by Combuster
It is correct. See [1] and [2]

Re: Typo in the C barebones tutorial?

Posted: Wed Jan 19, 2011 11:55 am
by LloydX86
Ah I see. Thanks for the answers, I was confused.