mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 20:16:32 +01:00
Implement kernel bootstrap up to building Linux.
This commit is contained in:
parent
ae7e1f9498
commit
6881d5dcf8
56 changed files with 4869 additions and 209 deletions
14
sysa/lwext4-1.0.0-lb1/config/ext4_config.h
Normal file
14
sysa/lwext4-1.0.0-lb1/config/ext4_config.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#define CONFIG_USE_DEFAULT_CONFIG 0
|
||||
#define CONFIG_HAVE_OWN_OFLAGS 0
|
||||
#define CONFIG_HAVE_OWN_ERRNO 1
|
||||
#define CONFIG_HAVE_OWN_ASSERT 0
|
||||
#define CONFIG_BLOCK_DEV_CACHE_SIZE 16
|
||||
typedef long long unsigned int uint64_t;
|
||||
typedef long long int int64_t;
|
||||
#define fseeko fseek
|
||||
#define ftello ftell
|
||||
#define PRIu32 "u"
|
||||
#define PRId32 "d"
|
||||
#define PRIx32 "x"
|
||||
#define PRIu16 "hu"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue