diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-31 12:41:04 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-31 12:41:04 -0400 |
commit | 4dc44e8fce222a21f5eb8b86ecb226855c34999b (patch) | |
tree | 83e42cbd2cfde437a35216e9c1ee58c0af995e94 /include/defs.h | |
parent | track changes (diff) | |
download | comus-4dc44e8fce222a21f5eb8b86ecb226855c34999b.tar.gz comus-4dc44e8fce222a21f5eb8b86ecb226855c34999b.tar.bz2 comus-4dc44e8fce222a21f5eb8b86ecb226855c34999b.zip |
track upstream
Diffstat (limited to 'include/defs.h')
-rw-r--r-- | include/defs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/defs.h b/include/defs.h index cb29fc3..018b14e 100644 --- a/include/defs.h +++ b/include/defs.h @@ -36,9 +36,6 @@ #define CHAN_CIO 0 #define CHAN_SIO 1 -// maximum allowable number of command-line arguments -#define MAX_ARGS 10 - // sizes of various things #define NUM_1KB 0x00000400 // 2^10 #define NUM_4KB 0x00001000 // 2^12 @@ -46,7 +43,7 @@ #define NUM_4MB 0x00400000 // 2^22 #define NUM_1GB 0x40000000 // 2^30 #define NUM_2GB 0x80000000 // 2^31 -#define NUM_3GB 0xc0000000 +#define NUM_3GB 0xc0000000 // 1GB + 2GB #ifndef ASM_SRC |