CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.91k stars 549 forks source link

Use mkisofs.exe to build ISO file #17

Closed tgiphil closed 9 years ago

tgiphil commented 9 years ago

Mosa.Utility.IsoImage has been deprecated in favor of mkisofs.exe tool.

tgiphil commented 9 years ago

@mterwoord Can you look at Cosmos.Build.Common.IsoMaker? I changed it to use mkisofs, but it's not working. I suspect some type of path issue.

https://github.com/tgiphil/Cosmos/tree/mkisofs

mterwoord commented 9 years ago

Have you checked the iso file?

tgiphil commented 9 years ago

Is there a way to see the output of running mkisofs.exe?

tgiphil commented 9 years ago

I found a way.

charsleysa commented 9 years ago

This should be merged as the Mosa ISO generator is no longer used. https://github.com/CosmosOS/Cosmos/pull/22