Ignore:
Timestamp:
Jul 23, 2014, 11:02:57 AM (10 years ago)
Author:
alain
Message:

Increase the size of the "reserved" section in the disk image
from 256 Kbytes to 1 Mbytes. This section contains the boot record,
and the boot.elf file (starting at lba = 2).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r314 r364  
    1515/* Debug parameters */
    1616
    17 #define BOOT_DEBUG_MAPPING       0                      /* trace map_info checking */
    18 #define BOOT_DEBUG_PT                0                  /* trace page tables initialisation */
    19 #define BOOT_DEBUG_VOBJS             0                  /* trace vobjs initialisation */
    20 #define BOOT_DEBUG_SCHED             0                  /* trace schedulers initialisation */
    21 #define BOOT_DEBUG_PERI          0                      /* trace peripherals initialisation */
     17#define BOOT_DEBUG_MAPPING       0          /* trace map_info checking */
     18#define BOOT_DEBUG_PT                0          /* trace page tables initialisation */
     19#define BOOT_DEBUG_VOBJS             0          /* trace vobjs initialisation */
     20#define BOOT_DEBUG_SCHED             0          /* trace schedulers initialisation */
     21#define BOOT_DEBUG_PERI          0          /* trace peripherals initialisation */
    2222#define BOOT_DEBUG_ELF           0          /* trace .elf files loading */
    2323
    24 #define GIET_DEBUG_INIT              0                  /* trace kernel initialisation */
    25 #define GIET_DEBUG_FAT           0          /* trace fat accesses */
    26 #define GIET_DEBUG_SWITCH            0          /* trace context switchs  */
    27 #define GIET_DEBUG_IRQS          0              /* trace interrupts */
     24#define GIET_DEBUG_INIT              0          /* trace kernel initialisation */
     25#define GIET_DEBUG_FAT           2          /* trace fat accesses */
     26#define GIET_DEBUG_SWITCH            0          /* trace context switchs  */
     27#define GIET_DEBUG_IRQS          0          /* trace interrupts */
    2828#define GIET_DEBUG_IOC_DRIVER    0          /* trace IOC accesses */
    2929#define GIET_DEBUG_TTY_DRIVER    0          /* trace TTY accesses */
     
    3535/* software parameters */
    3636
     37#define GIET_ELF_BUFFER_SIZE     0x60000    /* Temporary buffer for .elf files */
    3738#define GIET_IDLE_TASK_PERIOD    0xFFFFFFFF /* Idle Task message period */
    3839#define GIET_MAX_ELF_FILES       20         /* max .elf files loaded by boot-loader */
    3940#define GIET_OPEN_FILES_MAX      16         /* max simultaneously open files */
    40 #define GIET_NB_VSPACE_MAX           64                 /* max number of virtual spaces */
     41#define GIET_NB_VSPACE_MAX           64         /* max number of virtual spaces */
    4142#define GIET_TICK_VALUE          0x00008000 /* context switch period (number of cycles) */
    4243#define GIET_USE_IOMMU           0          /* IOMMU activated when non zero */
Note: See TracChangeset for help on using the changeset viewer.