Subversion Repositories HelenOS

Rev

Rev 2784 | Rev 3838 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2784 Rev 3802
Line 425... Line 425...
425
		mov $VESA_SET_PALETTE, %ax
425
		mov $VESA_SET_PALETTE, %ax
426
		xor %bl, %bl
426
		xor %bl, %bl
427
		xor %dx, %dx
427
		xor %dx, %dx
428
		int $0x10
428
		int $0x10
429
		
429
		
-
 
430
		cmp $0x00, %ah
430
		jmp vga_not_compat
431
		je vga_not_compat
431
	
432
	
432
	vga_compat:
433
	vga_compat:
433
		
434
		
434
		# Try VGA registers to set palette
435
		# Try VGA registers to set palette
435
		
436