Changeset 3b3faf51 in mainline for kernel/generic/include/config.h


Ignore:
Timestamp:
2016-12-26T20:02:04Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba1ea40
Parents:
a79b42a
Message:

Add kernel global bargs to hold the boot arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/config.h

    ra79b42a r3b3faf51  
    4343
    4444#define STACK_SIZE_USER  (1 * 1024 * 1024)
     45
     46#define CONFIG_BOOT_ARGUMENTS_BUFLEN 256
    4547
    4648#define CONFIG_INIT_TASKS        32
     
    102104
    103105extern config_t config;
     106extern char bargs[];
    104107extern init_t init;
    105108extern ballocs_t ballocs;
Note: See TracChangeset for help on using the changeset viewer.