-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathdiskdefs
95 lines (86 loc) · 1.56 KB
/
diskdefs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
diskdef nc200cpm
seclen 512
tracks 80
sectrk 18
blocksize 2048
maxdir 128
boottrk 2
os 2.2
end
diskdef nc200cf
seclen 512
tracks 256
sectrk 256
blocksize 16384
maxdir 512
boottrk 0
os 2.2
end
diskdef osborne1
seclen 1024
tracks 40
sectrk 5
blocksize 1024
maxdir 64
boottrk 3
os 2.2
end
# setfdprm /dev/fd0 zerobased SS DD ssize=512 cyl=40 sect=10 head=1
# Kaypro II
diskdef kpii
seclen 512
tracks 40
sectrk 10
blocksize 1024
maxdir 128 # actually only 64 are usable
skew 0
boottrk 1
os 2.2
end
# Brother WP2 120kB disk image
# Note: you need FluxEngine to write this!
diskdef brother-wp1
seclen 256
tracks 39
sectrk 12
blocksize 1024
maxdir 32
boottrk 3
os 2.2
end
# Brother OP2 240kB disk image
# Note: you need FluxEngine to write this!
diskdef brother-op2
seclen 256
tracks 78
sectrk 12
blocksize 1024
maxdir 32
boottrk 4
os 2.2
end
# Brother WP2450DS 720kB disk image
# This is just a 720kB DOS disk with enough reserved sectors to allow
# the CCP/BDOS/BIOS to live in the first two tracks.
diskdef brother-wp2450
seclen 512
tracks 80
sectrk 18
blocksize 2048
maxdir 128
boottrk 2
os 2.2
end
# Brother Super PowerNote 1440kB disk image
# This is just a 1440kB DOS disk with enough reserved sectors to allow
# the CCP/BDOS/BIOS to live in the first two tracks.
diskdef brother-powernote
seclen 512
tracks 160
sectrk 18
blocksize 2048
maxdir 128
boottrk 3
os 2.2
end
# vim: set ts=4 sw=4 expandtab