i want write a boot in CD(i use new cd so it can write in first section) to open my computer .
i use that http://nopmix.wordpress.com/2010/08/02/boot-sector/
NO WORK
I KNOW org7c00h,512bytes,55h aah
how can i start to write a sample operation system?
if it does not work, it may be that you did not burn the CD correctly
there are different ways to create bootable CD's - and different burn methods for each
I think what you are trying to do is called "El Torrito"
https://cdburnerxp.se/help/Data/bootdisc (https://cdburnerxp.se/help/Data/bootdisc)
as for writing your own boot sector, there was extensive work in that area in the old forum
use the search tool or advanced search tool to help find specific info
http://www.masmforum.com/board/index.php (http://www.masmforum.com/board/index.php)
http://wiki.osdev.org/Main_Page (http://wiki.osdev.org/Main_Page)
http://wiki.osdev.org/Tutorials (http://wiki.osdev.org/Tutorials)
i can run in vmware Floppy drive !!!
but CD is not same as floppy drive?
i cant just write in cd?
I guess you have to have to write a boot sector for the CD image.
Another good option for your tests is the open source emulator Qemu.
Hi Erol,
Quote from: Vortex on November 14, 2014, 05:39:49 AM
Another good option for your tests is the open source emulator Qemu.
good proposal. :t
Gunther
Booting from CD is handled slightly differently than from a floppy, though CD booting does have a floppy compatibility mode..
Follow the links I posted above, and be prepared to read -- all of the answers are there.
thank for this Forum ,i can write in CD to boot my computer!!
use this code :http://nopmix.wordpress.com/2010/08/02/boot-sector/ (http://nopmix.wordpress.com/2010/08/02/boot-sector/)
convert to iso :http://www.minidvdsoft.com/isocreator/index.html (http://www.minidvdsoft.com/isocreator/index.html)
write in CD:https://cdburnerxp.se/ (https://cdburnerxp.se/)
working picture: http://i.imgur.com/XSwYeKm.jpg (http://i.imgur.com/XSwYeKm.jpg)
Congrats. :t
Gunther