mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Upgrade Fiwix to 1.5.0-lb1, pulling from upstream Mikaku repo.
This commit is contained in:
parent
133c05426c
commit
cfeaee6f8d
15 changed files with 108 additions and 42 deletions
22
steps/fiwix-1.5.0-lb1/files/custom_config.h
Executable file
22
steps/fiwix-1.5.0-lb1/files/custom_config.h
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
#undef NR_PROCS
|
||||
#define NR_PROCS 4096
|
||||
#undef NR_CALLOUTS
|
||||
#define NR_CALLOUTS NR_PROCS
|
||||
#undef NR_OPENS
|
||||
#define NR_OPENS 1536
|
||||
#undef NR_FLOCKS
|
||||
#define NR_FLOCKS (NR_PROCS * 5)
|
||||
#undef MAX_PID_VALUE
|
||||
#define MAX_PID_VALUE 16000000
|
||||
#undef RAMDISK_DRIVES
|
||||
#define RAMDISK_DRIVES 0
|
||||
#define CONFIG_SYSCALL_6TH_ARG
|
||||
#define CONFIG_VM_SPLIT22
|
||||
#define CONFIG_KEXEC
|
||||
#undef CONFIG_OFFSET64
|
||||
#define CONFIG_MMAP2
|
||||
#define CONFIG_MADVISE_STUB
|
||||
#define CONFIG_64BIT_SYSCALLS
|
||||
#undef CONFIG_NET
|
||||
#define CONFIG_STUB_EXIT_GROUP
|
||||
#undef CONFIG_PRINTK64
|
||||
2
steps/fiwix-1.5.0-lb1/files/custom_kernel.h
Executable file
2
steps/fiwix-1.5.0-lb1/files/custom_kernel.h
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#undef INIT_PROGRAM
|
||||
#define INIT_PROGRAM "/init"
|
||||
6
steps/fiwix-1.5.0-lb1/files/custom_limits.h
Executable file
6
steps/fiwix-1.5.0-lb1/files/custom_limits.h
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#undef CHILD_MAX
|
||||
#define CHILD_MAX 4096
|
||||
#undef OPEN_MAX
|
||||
#define OPEN_MAX 1536
|
||||
#undef FD_SETSIZE
|
||||
#define FD_SETSIZE OPEN_MAX
|
||||
2
steps/fiwix-1.5.0-lb1/files/custom_system.h
Executable file
2
steps/fiwix-1.5.0-lb1/files/custom_system.h
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#undef UTS_SYSNAME
|
||||
#define UTS_SYSNAME "Linux"
|
||||
Loading…
Add table
Add a link
Reference in a new issue