mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Add pc98 archtecture entry.
Approved by: re/rwatson
This commit is contained in:
parent
25b4d3a8a6
commit
3ecb3802ee
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114982
@ -165,6 +165,10 @@ main(int argc, char *argv[])
|
||||
labeloffset = 512;
|
||||
bbsize = 8192;
|
||||
alphacksum = 0;
|
||||
} else if (!strcmp(optarg, "pc98")) {
|
||||
labeloffset = 512;
|
||||
bbsize = 8192;
|
||||
alphacksum = 0;
|
||||
} else if (!strcmp(optarg, "alpha")) {
|
||||
labeloffset = 64;
|
||||
bbsize = 8192;
|
||||
|
Loading…
Reference in New Issue
Block a user