.bin to .iso converter?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
deleted
Member
Member
Posts: 82
Joined: Mon Jul 21, 2014 7:23 pm

.bin to .iso converter?

Post 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!!
User avatar
Combuster
Member
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: .bin to .iso converter?

Post 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.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
deleted
Member
Member
Posts: 82
Joined: Mon Jul 21, 2014 7:23 pm

Re: .bin to .iso converter?

Post by deleted »

Ok thanks @combuster =D>
Post Reply