| View previous topic :: View next topic |
| Author |
Message |
deama1234 Master Cheater
Reputation: 3
Joined: 20 Dec 2014 Posts: 328
|
Posted: Wed Feb 04, 2015 7:33 pm Post subject: x86 Kernel instruction sets? |
|
|
| Can someone direct me to a good list of the kerne's instruction sets? I know "call sleep" and "call gettickcount" but I don't know the rest.
|
|
| Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Thu Feb 05, 2015 10:08 am Post subject: |
|
|
No such thing as kernel instruction set, you mean intel instruction set ?. Call is an intel instruction. Getticketcount is an API so is Sleep, both pretty well documented.
If you mean the undocumented kernel APIs, a simple google search will bring a wealth of information.
_________________
|
|
| Back to top |
|
 |
deama1234 Master Cheater
Reputation: 3
Joined: 20 Dec 2014 Posts: 328
|
Posted: Thu Feb 05, 2015 10:13 am Post subject: |
|
|
| STN wrote: | No such thing as kernel instruction set, you mean intel instruction set ?. Call is an intel instruction. Getticketcount is an API so is Sleep, both pretty well documented.
If you mean the undocumented kernel APIs, a simple google search will bring a wealth of information. |
It keeps coming up with stuff like "Linux Kernel API", but is it the same thing?
|
|
| Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
|
| Back to top |
|
 |
|