]> Zhao Yanbai Git Server - minix.git/commitdiff
Allow bigger sizes.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 24 Feb 2006 12:53:54 +0000 (12:53 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 24 Feb 2006 12:53:54 +0000 (12:53 +0000)
commands/ibm/part.c

index 8cbb4ccf6c261aa9d48a14ddd1a811d60c6b67cb..5c584fb0dace40cf0763d72540f9a02b18f96810 100755 (executable)
@@ -45,7 +45,7 @@ Num Sort   Type
  3  p3   00 None         0    0   0     0    0  -1         0         0         0
 
  */
-#define MAXSIZE                99999999L       /* Will 100 G be enough this year? */
+#define MAXSIZE                999999999L      /* Will 1T be enough this year? */
 #define SECTOR_SIZE    512
 #define DEV_FD0                0x200           /* Device number of /dev/fd0 */
 #define DEV_C0D0       0x300           /* Device number of /dev/c0d0 */