Booting XP and Mac OSX86 togheter [howto]
I’m assuming that you installed Windows XP on 1st disk and the OSX86 on a separate disk (2nd disk)
Here we go…
Getting the chain0 file from your OSX86
- Put a memory stick in the PC and boot OSX86
- In OSX86 start terminal and type:
cp /usr/standalone/i386/chain0 /Volumes/[MemoryStickName]/
chain0 is a 512 bytes file containing the Darwin boot sector
Placing [...]