News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

masm boot hello world

Started by yoursonfather, November 13, 2014, 10:04:57 PM

Previous topic - Next topic

yoursonfather

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?

dedndave

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

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


yoursonfather

i can run in vmware  Floppy drive !!!

but CD is not same as floppy drive?

i cant just write  in cd?


Vortex

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.

Gunther

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
You have to know the facts before you can distort them.

Tedd

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.
Potato2

yoursonfather


Gunther

You have to know the facts before you can distort them.