com driver //under construction

git-svn-id: svn://kolibrios.org@405 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2007-03-09 11:20:06 +00:00
parent 049540fbaf
commit 2ff588abea
4 changed files with 583 additions and 1 deletions

View File

@@ -721,11 +721,22 @@ first_app_found:
cmp [IDEContrRegsBaseAddr], 0
setnz [dma_hdd]
;if 0
call init_com
mov eax, msg_com
mov ebx, 46
call comm_send
;end if
sti
jmp $ ; wait here for timer to take control
; Fly :)
;if 0
msg_com db 'com1 port message ',0x0D, 0x0A
db 'test comm_send() function',0
;end if
include 'unpacker.inc'
include 'fdo.inc'