From ae59edb43eaf61a26212089a034d32cfa36c6dbd Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 12 Jan 2003 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2003-01-12 --- port/devroot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/devroot.c b/port/devroot.c index 6d923b422edaa4ce17b0883d4bcabb0b210e5160..c380b6e6983a6059ade0ffa6c93c636badd8685b 100644 --- a/port/devroot.c +++ b/port/devroot.c @@ -11,7 +11,7 @@ enum Qboot = 0x1000, Nrootfiles = 32, - Nbootfiles = 16, + Nbootfiles = 32, }; typedef struct Dirlist Dirlist;