forked from KolibriOS/kolibrios
board: allow user to see messages written before start
git-svn-id: svn://kolibrios.org@1355 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
75ee22d259
commit
86222519b7
@ -36,12 +36,13 @@ START: ; start of execution
|
|||||||
mcall 60,1,ipcbuff,IPC_BUF+20
|
mcall 60,1,ipcbuff,IPC_BUF+20
|
||||||
mcall 40,1000111b
|
mcall 40,1000111b
|
||||||
mov [ipcbuff+4],8
|
mov [ipcbuff+4],8
|
||||||
mov ecx,4096
|
; allow user to see messages written before start
|
||||||
flush:
|
; mov ecx,4096
|
||||||
mov eax,63
|
; flush:
|
||||||
mov ebx,2
|
; mov eax,63
|
||||||
mcall
|
; mov ebx,2
|
||||||
loop flush
|
; mcall
|
||||||
|
; loop flush
|
||||||
|
|
||||||
mov ecx, TMP
|
mov ecx, TMP
|
||||||
xor eax, eax
|
xor eax, eax
|
||||||
|
Loading…
Reference in New Issue
Block a user