Files
fluxengine/src/writables/northstar87.textpb
David Given 99b9145a0d Convert the imagereader to a simple block fetcher and hook up the geometry
mapper to it. Seems to work given some basic testing.
2021-05-27 00:06:50 +02:00

42 lines
413 B
Plaintext

comment: 'Northstar 87.5kB 5.25" 35-track single-sided single-density hard-sectored'
input {
image {
filename: "northstar.nsi"
img {}
}
}
output {
flux {
drive {
hard_sector_count: 10
}
}
}
geometry {
cylinders: 35
heads: 1
block_ordering: ORDER_NSI
trackdata {
sectors: 10
sector_size: 256
}
}
encoder {
northstar {}
}
cylinders {
start: 0
end: 39
}
heads {
start: 0
end: 0
}