mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-15 01:44:29 +02:00
boot32: comment out unused print function
This commit is contained in:
parent
630735e14a
commit
a189ceb650
@ -306,6 +306,7 @@ c3:
|
||||
adc dx, [data_start + 2]
|
||||
ret
|
||||
|
||||
%if 0
|
||||
; prints text after call to this function.
|
||||
|
||||
print_1char:
|
||||
@ -318,6 +319,7 @@ print1: lodsb ; get token
|
||||
cmp al, 0 ; end of string?
|
||||
jne print_1char ; until done
|
||||
ret ; and jump to it
|
||||
%endif
|
||||
|
||||
;input:
|
||||
; DX:AX - 32-bit DOS sector number
|
||||
|
Loading…
x
Reference in New Issue
Block a user