Changeset 102132 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Timestamp:
- Nov 17, 2023 9:53:23 AM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 160256
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PrintStrN.asm
r98103 r102132 152 152 BS3_PROC_END_CMN Bs3PrintStrN 153 153 154 155 %if TMPL_BITS == 16 154 %if TMPL_BITS == 16 155 156 156 ; 157 157 ; This code is shared with the system handler. … … 173 173 cmp al, 0ah ; \n 174 174 je .bios_loop_newline 175 %ifdef BS3_STRICT175 %ifdef BS3_STRICT 176 176 test al, al 177 177 jnz .not_zero 178 178 hlt 179 179 .not_zero: 180 %endif180 %endif 181 181 mov ah, 0eh 182 182 .bios_loop_int10h: … … 201 201 BS3_CMN_FAR_STUB Bs3PrintStrN, 6 202 202 203 %endif 204 203 %endif ; TMPL_BITS == 16 204
Note:
See TracChangeset
for help on using the changeset viewer.