mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 22:09:12 +00:00
More conditional code.
This commit is contained in:
parent
78a5574904
commit
8a6872c600
2 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
; Generated at 7-3-2015 19:22:31
|
||||
; Generated at 22-5-2015 19:17:06
|
||||
|
||||
|
||||
|
||||
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
|
||||
|
||||
%ifndef Exclude_IOPort_Based_SerialInit
|
||||
|
||||
DebugStub_InitSerial:
|
||||
Mov DX, 1
|
||||
Mov AL, 0
|
||||
|
|
@ -78,3 +80,5 @@ DebugStub_ComWrite8_Exit:
|
|||
mov dword [static_field__Cosmos_Core_INTs_mLastKnownAddress], DebugStub_ComWrite8_Exit
|
||||
Ret
|
||||
|
||||
%endif
|
||||
|
||||
|
|
|
|||
|
|
@ -38,6 +38,8 @@
|
|||
//
|
||||
// http://www.nondot.org/sabre/os/files/Communication/ser_port.txt
|
||||
|
||||
! %ifndef Exclude_IOPort_Based_SerialInit
|
||||
|
||||
// Todo Auto params
|
||||
// Todo ebp frame ptr auto etc
|
||||
function InitSerial {
|
||||
|
|
@ -135,3 +137,5 @@ Wait:
|
|||
|
||||
ESI++
|
||||
}
|
||||
|
||||
! %endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue