Page 1 of 1

.bin to .iso converter?

Posted: Wed Jul 23, 2014 3:55 pm
by deleted
Hello, I now have a coded, compiled, and finally linked kernel. The problem: I can't burn .bin to a disc on a mac!! If anyone has any suggestions that would be great.

FYI: I spent the past 30mins googling, so let it be known :D

I have used Brendans tutorial, and changed the ASM so it works correctly. I am using a i686-pc-elf cross compiler.

I am on a white macbook 2010 model, running OSX 10.6.4



Cheers!!

Re: .bin to .iso converter?

Posted: Wed Jul 23, 2014 11:49 pm
by Combuster
There's the Tutorials page for all the common cases, but to load your own kernel on a Mac you either need an EFI-capable bootloader or you need to install bootcamp.

Re: .bin to .iso converter?

Posted: Thu Jul 24, 2014 8:09 am
by deleted
Ok thanks @combuster =D>