]> Zhao Yanbai Git Server - minix.git/commitdiff
CD root now 2MB
authorBen Gras <ben@minix3.org>
Tue, 9 Aug 2005 16:59:40 +0000 (16:59 +0000)
committerBen Gras <ben@minix3.org>
Tue, 9 Aug 2005 16:59:40 +0000 (16:59 +0000)
drivers/libdriver/drvlib.c

index 4b98e136fd4f790685686c9989585608d19c4ff5..125c30c707fc26e9612ea2b61856667b825f66d6 100644 (file)
@@ -224,7 +224,8 @@ struct part_entry *table;   /* four entries */
   memcpy(&isosize, pvd + 80, sizeof(isosize));
   isosize *= CD_SECTOR_SIZE;
 
-#define ROOT_IMAGE_SECTORS (16*1024*1024/SECTOR_SIZE)
+/* root */
+#define ROOT_IMAGE_SECTORS (2*1024*1024/SECTOR_SIZE)
   table[0].lowsec = 0;
   table[0].size =  isosize / SECTOR_SIZE;