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.
some time ago, I was needing to create a cd with win98 and some drivers togheter, to do so I used nero. nero could do that for you. first I think you need to create your OS floppy disk then go to nero to do it.
I want to write a bootable cd. Therefore I need a tool for make an iso image of my os. Have you anything?
Like mkisofs or something?
When you say make an ISO image of your OS, do you mean an image of the files and directories in your OS onto an ISO9660 filesystem?
If so, making a bootable CD should be fairly easy, just have a bootable floppy image, and tell mkisofs to use that image as a bootimage (-b myfloppy.img) or something.
.iso files are generally just an image of a filesystem. Usually that filesystem is ISO9660 but I guess you could use any filesystem that your OS supports.