Displaying 1 result from an estimated 1 matches for "drvspec".
Did you mean:
drbspec
2010 Dec 30
0
chain.c32 map argument patch
The syntax is (in unix regexp form for lack of knowing BNF well):
each drvspec is (ignore whitespace): (fd[0-9]{1,3} | hd[0-9]{1,3} | boot
| 0x[0-9A-Fa-f]{1,2} | (0[1-9][0-9]{1,2}) | 0[0-9]{1,3})
where each branch represents: floppy disk 0 through 127, hard disk 0
through 127, boot drive, drive 0x0 through 0xFF in hex, drive 0 through
255 in decimal, drive 00 through 0377 in...