mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-21 18:28:15 -04:00

* 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
Languages
C
71.4%
Assembly
11.8%
C++
10.8%
Makefile
1.7%
HTML
1.4%
Other
2.3%