mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
31 lines
197 B
Plaintext
31 lines
197 B
Plaintext
input {
|
|
disk {
|
|
drive {}
|
|
}
|
|
}
|
|
|
|
output {
|
|
file {
|
|
filename: "ampro.img"
|
|
img {}
|
|
}
|
|
}
|
|
|
|
decoder {
|
|
ibm {
|
|
sector_id_base: 17
|
|
}
|
|
}
|
|
|
|
cylinders {
|
|
start: 0
|
|
end: 79
|
|
}
|
|
|
|
heads {
|
|
start: 0
|
|
end: 0
|
|
}
|
|
|
|
|