This website requires JavaScript.
Explore
Help
Register
Sign In
badpork
/
kolibrios
Watch
1
Star
0
Fork
0
You've already forked kolibrios
forked from
KolibriOS/kolibrios
Code
Pull Requests
Activity
1da6d27173
kolibrios
/
programs
/
system
/
pcidev
/
trunk
/
build.bat
3 lines
46 B
Batchfile
Raw
Normal View
History
Unescape
Escape
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 14:54:32 +02:00
@
fasm pcidev.asm pcidev
PCIDEV 2.3 (changing the number of version given all previous revisions) 1) Save PCI devices list to disk 2) Using OpenDialog for select of path git-svn-id: svn://kolibrios.org@1982 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-06-26 02:03:00 +02:00
@
kpack pcidev
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 14:54:32 +02:00
@
pause
Copy Permalink