1
0
mirror of https://review.haiku-os.org/haiku synced 2025-02-24 06:28:44 +01:00
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
..
2012-07-09 16:43:01 +01:00
2012-07-09 11:11:38 +01:00
2012-07-02 09:39:42 +01:00
2011-11-01 17:19:26 +00:00
2012-07-09 11:11:38 +01:00
2012-07-06 14:34:50 +01:00
2011-11-02 16:02:07 +00:00