Browse Source

Add Linux Disk Imaging Doc

pull/283/head
Wayne Warthen 4 years ago
parent
commit
3b345f8525
  1. BIN
      Doc/Contrib/How to Make Disk Images in Linux with DD Command.pdf
  2. 1043
      Source/RomDsk/ROM_1024KB/ZDE.DOC
  3. 2
      Source/ver.inc
  4. 2
      Source/ver.lib

BIN
Doc/Contrib/How to Make Disk Images in Linux with DD Command.pdf

Binary file not shown.

1043
Source/RomDsk/ROM_1024KB/ZDE.DOC

File diff suppressed because it is too large

2
Source/ver.inc

@ -2,4 +2,4 @@
#DEFINE RMN 1
#DEFINE RUP 1
#DEFINE RTP 0
#DEFINE BIOSVER "3.1.1-pre.140"
#DEFINE BIOSVER "3.1.1-pre.141"

2
Source/ver.lib

@ -3,5 +3,5 @@ rmn equ 1
rup equ 1
rtp equ 0
biosver macro
db "3.1.1-pre.140"
db "3.1.1-pre.141"
endm

Loading…
Cancel
Save