mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Implement kernel bootstrap up to building Linux.
This commit is contained in:
parent
5ea8dd3136
commit
ecf99ab08b
52 changed files with 4898 additions and 139 deletions
18
sysa/lwext4-1.0.0-lb1/config/ext4_config.h
Normal file
18
sysa/lwext4-1.0.0-lb1/config/ext4_config.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
SPDX-FileCopyrightText: 2023 Richard Masters <grick23@gmail.com>
|
||||
SPDX-License-Identifier: MIT
|
||||
*/
|
||||
#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