From 50cbc7510250a64674d619d13f5912edf08b767d Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Sat, 1 Jun 2019 05:33:38 -0400 Subject: first shell prints $ prompt, though no console input yet --- param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'param.h') diff --git a/param.h b/param.h index 24f8c8f..b5fdcb2 100644 --- a/param.h +++ b/param.h @@ -10,4 +10,4 @@ #define LOGSIZE (MAXOPBLOCKS*3) // max data blocks in on-disk log #define NBUF (MAXOPBLOCKS*3) // size of disk block cache #define FSSIZE 1000 // size of file system in blocks - +#define MAXPATH 128 // maximum file path name -- cgit v1.2.3