Page 1 of 1

I NEED HELP IN WRITE MY OS

Posted: Fri Nov 16, 2007 5:46 am
by halawa
HOW I CAN WRITE ROOT INTO SCREEN I TRY THIS CODE BUT THE CODE DOESN'T DONE

Code: Select all

     mov si,0x3000
     .charing:      
     lodsb   
     cmp si,0x4000
     mov ah,0x0e
     mov bx,0x0b
     int 0x10
     jmp .charing
     .done:
     ret
I'M LOAD THE ROOT INTO {0X3000:0X0000}
PLEAS HELP ME.. :o AND QUICLY
[/code]

Posted: Fri Nov 16, 2007 5:48 am
by Solar
You have much to learn yet, young padawan.

Can we close this thread, please?

Posted: Fri Nov 16, 2007 5:53 am
by halawa
YES YOU CAN PUT I CANT SPEAK ENGLISH GOOD SO I CANT LEARN.
I'M SAY ARABIC.
IF ANY ONE CAN HELP ME ,EMAIL ME PLEAS.

Posted: Fri Nov 16, 2007 5:55 am
by os64dev
then start by truning of CAPS and use lower case. because you are shouting in our opinion and that will make us feel bad about you.

Next read the sticky post about posting messages. and did you even bother to read about osdevving.

Posted: Fri Nov 16, 2007 8:54 am
by neon
Your question is way to vague to be able to help you.

Please try to elaborate on what you mean in as much detail as possible. Also, tell us what you are working on, and where you are at (bootloader,kerenel,rmode,pmode,unreal mode, et al..)

If you cannot answer these very simple questions, my guess would be that you have not started with the OS (Or have started completely wrong.)

Posted: Fri Nov 16, 2007 9:06 am
by Combuster