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 40,1000111b
|
||||
mov [ipcbuff+4],8
|
||||
mov ecx,4096
|
||||
flush:
|
||||
mov eax,63
|
||||
mov ebx,2
|
||||
mcall
|
||||
loop flush
|
||||
; allow user to see messages written before start
|
||||
; mov ecx,4096
|
||||
; flush:
|
||||
; mov eax,63
|
||||
; mov ebx,2
|
||||
; mcall
|
||||
; loop flush
|
||||
|
||||
mov ecx, TMP
|
||||
xor eax, eax
|
||||
|
Loading…
Reference in New Issue
Block a user