Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1699 → Rev 1700

/kernel/branches/Kolibri-A/trunk/boot/bootcode.inc
209,10 → 209,10
; draw bottom
mov si, d80x25_bottom
mov cx, d80x25_bottom_num * 80
@@:
lodsb
stosw
loop @b
;@@:
; lodsb
; stoswvmode
; loop @b
 
mov byte [space_msg+80], 0 ; now space_msg is null terminated
 
219,22 → 219,6
_setcursor d80x25_top_num,0
 
 
; TEST FOR 386+
jmp cpugood
; mov bx, 0x4000
; pushf
; pop ax
; mov dx, ax
; xor ax, bx
; push ax
; popf
; pushf
; pop ax
; and ax, bx
; and dx, bx
; cmp ax, dx
; jnz cpugood
; mov si, not386
sayerr:
call print
jmp $
403,7 → 387,7
mov si, curvideo_msg
call print
 
call draw_current_vmode
;<< call draw_current_vmode
 
mov si, usebd_msg
cmp [preboot_biosdisk], 1