Add pc98 archtecture entry.

Approved by:	re/rwatson
This commit is contained in:
Poul-Henning Kamp 2003-05-13 19:42:52 +00:00
parent 25b4d3a8a6
commit 3ecb3802ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114982

View File

@ -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;