Subversion Repositories Kolibri OS

Rev

Rev 1689 | Rev 1710 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1689 Rev 1707
Line 56... Line 56...
56
;;
56
;;
57
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
57
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 58... Line 58...
58
 
58
 
Line 59... Line 59...
59
include 'macros.inc'
59
include 'macros.inc'
Line 60... Line 60...
60
 
60
 
Line 61... Line 61...
61
$Revision: 1689 $
61
$Revision: 1707 $
Line 377... Line 377...
377
	mov	eax, 0xDEADBEEF
377
	mov	eax, 0xDEADBEEF
378
	hlt
378
	hlt
379
;        ===  EGA, VGA & Vesa 1.2 modes not supported ===
379
;        ===  EGA, VGA & Vesa 1.2 modes not supported ===
380
setvesa20:
380
setvesa20:
381
v20ga32:
381
v20ga32:
382
	mov	[PUTPIXEL],dword Vesa20_putpixel32
382
	mov	[PUTPIXEL],dword put_pixel
383
	mov	[GETPIXEL],dword Vesa20_getpixel32
383
	mov	[GETPIXEL],dword get_pixel
Line 384... Line 384...
384
 
384
 
385
; -------- Fast System Call init ----------
385
; -------- Fast System Call init ----------
386
.SEnP:
386
.SEnP:
387
; AMD SYSCALL/SYSRET
387
; AMD SYSCALL/SYSRET