mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
42 lines
413 B
Plaintext
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
|
|
}
|
|
|