Jump to content

Platform Specific Drivers Functions: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 40: Line 40:
   <td style="width:40%; width:40%; border: 1px solid #c6c9ff; padding%: .5em 1em 1em%; color: #000000; background-color: #ffffff">
   <td style="width:40%; width:40%; border: 1px solid #c6c9ff; padding%: .5em 1em 1em%; color: #000000; background-color: #ffffff">


=== External References ===
== External References ==
* []
* []



Revision as of 23:36, 4 January 2016

PSD Functions

  • PSD_INSTALL
  • PSD_DEINSTALL
  • PSD_INIT
  • PSD_PROC_INIT
  • PSD_START_PROC
  • PSD_GET_NUM_OF_PROCS
  • PSD_GEN_IPI
  • PSD_END_IPI
  • PSD_PORT_IO
  • PSD_IRQ_MASK
  • PSD_IRQ_REG
  • PSD_IRQ_EOI
  • PSD_APP_COMM
  • PSD_SET_ADV_INT_MODE


PSD Helps

  • PSDHLP_VMALLOC
  • PSDHLP_VMFREE
  • PSDHLP_SET_IRQ
  • PSDHLP_CALL_REAL_MODE
  • PSDHLP_VMLINTOPHYS

Application Programming Interface

  • DosCallPSD
  • DosTestPSD
  • Dos32TestPSD


External References

  • []