On 6/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Can I just use open(), read(), write(), and close() for > these? And how do I make something bootable?
I don't know enough about your query to answer all of your questions, but to make any device bootable, including a CD, you need to put a bootloader (and a kernel, of course) onto the device. If you are putting a Linux kernel onto the CD, the most common bootloader to use is ISOLINUX, although a recent release of GRUB will work as well. -- Evan Klitzke <[EMAIL PROTECTED]> -- http://mail.python.org/mailman/listinfo/python-list