Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
365B

  1. SD Card driver
  2. Load range: 603-616
  3. This driver is designed for a ad-hoc adapter card that acts as a
  4. SPI relay between the z80 bus and the SD card. It requires a SPI
  5. driver providing (spix), (spie) and (spid), which oh surprise!
  6. is included in Collapse OS at B595.
  7. Through that layer, this driver implements the SDC protocol
  8. allowing it to provide BLK@ and BLK!.