User:Imate900/ROSS: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 April 2009

  • curprev 13:0513:05, 19 April 2009osdev>Imate900 3,297 bytes +3,297 New page: ROSS is a 16-bit OS. == Source == <pre> mov ax, 0x07C0 ; set up segments mov ds, ax mov es, ax mov si, welcome call print_string loop: mov si, prompt call print_string ...