Source code of Windows XP (NT5)
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.

14 lines
284 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