ReadCommand struc ; data struct to describe a read command
PackSize db 0
Reserved db 0
BlockCount dw 0
BufferAddr dd 0
BlockNumLow dd 0
BlockNumHigh dd 0
ReadCommand ends

DiskAddressFD ReadCommand<10h,0,20h,10000000h,138e4h,0> ; read 20h sectors from sector 0x138e4 into address 1000:0000

 

相关文章:

  • 2021-06-23
  • 2021-10-21
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2021-12-29
  • 2021-10-27
猜你喜欢
  • 2021-06-24
  • 2022-01-04
  • 2022-12-23
  • 2021-11-26
  • 2022-12-23
  • 2021-09-14
  • 2021-05-23
相关资源
相似解决方案