haiku/headers/private/kernel/arch/x86/64
Alex Smith b5c9d24abc Implemented threading for x86_64.
* Thread creation and switching is working fine, however threads do not yet
  get interrupted because I've not implemented hardware interrupt handling
  yet (I'll do that next).
* I've made some changes to struct iframe: I've removed the e/r prefixes
  from the member names for both 32/64, so now they're just named ip, ax,
  bp, etc. This makes it easier to write code that works with both 32/64
  without having to deal with different iframe member names.
2012-07-09 16:43:01 +01:00
..
descriptors.h Implemented threading for x86_64. 2012-07-09 16:43:01 +01:00
iframe.h Implemented threading for x86_64. 2012-07-09 16:43:01 +01:00