Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
356 B

  1. ;
  2. ; Structure at the begining of a real-mode startup block
  3. ;
  4. PxParamBlock struc
  5. SPx_Jmp_Inst dd ?
  6. SPx_flag dd ?
  7. SPx_flat_addr dd ?
  8. SPx_TiledCR3 dd ?
  9. SPx_P0EBP dd ?
  10. SPx_PB db ProcessorStateLength dup (?)
  11. PxParamBlock ends
  12. SPX_FLAG_STARTED EQU 1
  13. SPX_FLAG_NX EQU 2