Voodooprojects

Chameleon => General Discussion => Topic started by: NetBoot on January 07, 2011, 07:57:47 AM

Title: Boot Code: Unknown, but bootable
Post by: NetBoot on January 07, 2011, 07:57:47 AM
I like to get back into compiling.  It's been 20+ years, but that's another story.

I compiling a very simple binary, gpt sync and would like to fix it to recognize chameleon boot code.

Where can I find this info in the source code?

Lookiing for GPT Type and MBR Type.

Thank,

Net....
Title: Re: Boot Code: Unknown, but bootable
Post by: Slice on January 16, 2011, 05:54:36 PM
You should study boot1h sources. It is first sector of bootable partition.
Title: Re: Boot Code: Unknown, but bootable
Post by: NetBoot on January 19, 2011, 01:38:48 PM
Thank you!