Subversion Repositories SvarDOS

Rev

Rev 1918 | Rev 1930 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1918 Rev 1928
Line 52... Line 52...
52
 
52
 
53
/* build release string, populated at startup by reading floppy's label */
53
/* build release string, populated at startup by reading floppy's label */
54
static char BUILDSTRING[13];
54
static char BUILDSTRING[13];
55
 
55
 
56
/* how much disk space does SvarDOS require (in MiB) */
56
/* how much disk space does SvarDOS require (in MiB) */
57
#define SVARDOS_DISK_REQ 8
57
#define SVARDOS_DISK_REQ 4
58
 
58
 
59
/* menu screens can output only one of these: */
59
/* menu screens can output only one of these: */
60
#define MENUNEXT 0
60
#define MENUNEXT 0
61
#define MENUPREV -1
61
#define MENUPREV -1
62
#define MENUQUIT -2
62
#define MENUQUIT -2