mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Add license to Fiwix custom header files.
This commit is contained in:
parent
cfeaee6f8d
commit
4135604687
4 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-FileCopyrightText: 2024 Richard Masters <grick23@gmail.com> */
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
#undef NR_PROCS
|
||||
#define NR_PROCS 4096
|
||||
#undef NR_CALLOUTS
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
/* SPDX-FileCopyrightText: 2024 Richard Masters <grick23@gmail.com> */
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
#undef INIT_PROGRAM
|
||||
#define INIT_PROGRAM "/init"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
/* SPDX-FileCopyrightText: 2024 Richard Masters <grick23@gmail.com> */
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
#undef CHILD_MAX
|
||||
#define CHILD_MAX 4096
|
||||
#undef OPEN_MAX
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
/* SPDX-FileCopyrightText: 2024 Richard Masters <grick23@gmail.com> */
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
#undef UTS_SYSNAME
|
||||
#define UTS_SYSNAME "Linux"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue