executing a little program under custom os
Posted: Sat Mar 29, 2003 6:09 pm
i have another question for senior developers here
assume i have written a simple os X, under dos enviorment using NASM, all the interrupts i have used are bios dependent,
now i write a simple program Y which output a single
line on screen and then exit. this is also written in
dos enviorment using NASM and bios dependent interrupts are used.
my question is, will that Y program be able to execute
in X os ? if yes, then how can we do that, any assembly
code to support your answer !!
many thanks
assume i have written a simple os X, under dos enviorment using NASM, all the interrupts i have used are bios dependent,
now i write a simple program Y which output a single
line on screen and then exit. this is also written in
dos enviorment using NASM and bios dependent interrupts are used.
my question is, will that Y program be able to execute
in X os ? if yes, then how can we do that, any assembly
code to support your answer !!
many thanks