Good day to you !!
Good wishes, respect you impressively.
MASM Forum - this is a wonderful good forum, live chat prompt, nice people, smart smart, friendly atmosphere, very good.
My computer drive, and I want to run Disk DVD-RW independently, program it to start and execute my program out of it.
What would Disk DVD-RW run like operating system, as a closer dos.
As this drive?
When disconnecting the DVD-RW hard drive in the BIOS is defined as the master. Or whatever it is. Main.
In sector 0 compile assembler
What else is needed? Why is not anything happening?
use16
org 0x7C00
start:
cli ;
mov ax, cs ;
mov ds, ax
mov es, ax
mov ss, ax
mov sp, 0x7C00 ;
mov ax, 0xB800
mov gs, ax ;
mov si, msg
call k_puts
hlt ;
jmp $ ;
k_puts:
lodsb
test al, al
jz MiMet1
mov ah, 0x0E
mov bl, 0x07 ;
int 0x10
jmp k_puts
MiMet1:
ret
msg db 'Hello world', 0x0d, 0x0a, 0
times 510-($-$$) db 0
db 0x55, 0xaa
What else is needed? Why is not anything happening?

DVD-RW in than to open it and see?
How to debug it to produce, how to treat the program, boot sector to do what methods and what programs?
1.) DVD-RW disc is run in the BIOS.
2.) Debugging needed. With XP windose SP3 as a DVD-RW debugging ??