Subversion Repositories HelenOS-historic

Rev

Rev 1639 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1639 Rev 1641
Line 377... Line 377...
377
	
377
	
378
8:	
378
8:	
379
	
379
	
380
	mov %cr0, %eax
380
	mov %cr0, %eax
381
	or $1, %eax
381
	or $1, %eax
382
	mov %eax,%cr0
382
	mov %eax, %cr0
383
	
383
	
384
	jmp 9f
384
	jmp 9f
385
9:
385
9:
386
	
386
	
387
	ljmpl $KTEXT, $(vesa_init_protect - vesa_init + VESA_INIT_SEGMENT << 4)
387
	ljmpl $KTEXT, $(vesa_init_protect - vesa_init + VESA_INIT_SEGMENT << 4)