Subversion Repositories SvarDOS

Rev

Rev 1952 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1952 Rev 1987
Line 45... Line 45...
45
 * mismatch, then it would likely mean that SvarCOM has been upgraded and
45
 * mismatch, then it would likely mean that SvarCOM has been upgraded and
46
 * RMOD should not be accessed as its structure might no longer be in sync
46
 * RMOD should not be accessed as its structure might no longer be in sync
47
 * with what I think it is.
47
 * with what I think it is.
48
 *          *** INCREMENT THIS AT EACH NEW SVARCOM RELEASE! ***
48
 *          *** INCREMENT THIS AT EACH NEW SVARCOM RELEASE! ***
49
 *            (or at least whenever RMOD's struct is changed)            */
49
 *            (or at least whenever RMOD's struct is changed)            */
50
#define BYTE_VERSION 6
50
#define BYTE_VERSION 7
51
 
51
 
52
 
52
 
53
struct config {
53
struct config {
54
  unsigned char flags; /* command.com flags, as defined in rmodinit.h */
54
  unsigned char flags; /* command.com flags, as defined in rmodinit.h */
55
  char *execcmd;
55
  char *execcmd;