Iliya Mihailov (Ghost) 2432006d40 Fast calls
* multi thread program support
* MSR protect
* fast_call_test update
---------------------------
old code:
	int 0x40

code for Intel SYSENTER:
	push	ebp
	mov	ebp, esp
	push	..ret_point
	sysenter
 ..ret_point:
	pop	edx
	pop	ecx

code for AMD SYSCALL:
	push	ecx
	syscall
	pop	ecx

recommendation: use mcall from macros.inc

git-svn-id: svn://kolibrios.org@477 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-05-07 12:54:32 +00:00
2007-05-07 12:54:32 +00:00
2007-05-07 12:54:32 +00:00
Description
The official mirror of the main KolibriOS repository
266 MiB
Languages
C 71.4%
Assembly 11.8%
C++ 10.8%
Makefile 1.7%
HTML 1.4%
Other 2.3%