conf.h - vx32 - Local 9vx git repository for patches.
 (HTM) git clone git://r-36.net/vx32
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       conf.h (358B)
       ---
            1 #define        BOOTLINELEN        64
            2 #define        BOOTARGSLEN        (3584-0x200-BOOTLINELEN)
            3 #define        MAXCONF                100
            4 
            5 char        *inifield[MAXCONF];
            6 int        nofork;
            7 int        nogui;
            8 int        usetty;
            9 int        cpulimit;
           10 int        memsize;
           11 int        bootargc;
           12 char**        bootargv;
           13 char*        canopen;
           14 char*        initarg;
           15 char*        localroot;
           16 char*        username;
           17 
           18 int        addinifile(char*);
           19 void        addini(char*);
           20 void        printconfig(char*);
           21 void        setinienv();