Changeset 225 in xtideuniversalbios for trunk/Serial_Server/win32/Win32.cpp
- Timestamp:
- Jan 27, 2012, 6:19:21 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/win32/Win32.cpp
r219 r225 26 26 "", 27 27 " -g [cyl:head:sect] Geometry in cylinders, sectors per cylinder, and heads", 28 " -g without parameters uses CHSmode (default is LBA28)",28 " -g also implies CHS addressing mode (default is LBA28)", 29 29 "", 30 30 " -n [megabytes] Create new disk with given size or use -g geometry", … … 161 161 else if( imagecount < 2 ) 162 162 { 163 if( createFile && cyl == 0 ) 164 { 165 cyl = 65; 166 sect = 63; 167 head = 16; 168 } 163 169 images[imagecount] = new FlatImage( argv[t], readOnly, imagecount, createFile, cyl, head, sect, useCHS ); 164 170 imagecount++;
Note:
See TracChangeset
for help on using the changeset viewer.