logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

custom_config.h (572B)


  1. /* SPDX-FileCopyrightText: 2024 Richard Masters <grick23@gmail.com> */
  2. /* SPDX-License-Identifier: MIT */
  3. #undef NR_PROCS
  4. #define NR_PROCS 4096
  5. #undef NR_CALLOUTS
  6. #define NR_CALLOUTS NR_PROCS
  7. #undef NR_OPENS
  8. #define NR_OPENS 4096
  9. #undef NR_FLOCKS
  10. #define NR_FLOCKS (NR_PROCS * 5)
  11. #undef MAX_PID_VALUE
  12. #define MAX_PID_VALUE 16000000
  13. #undef RAMDISK_DRIVES
  14. #define RAMDISK_DRIVES 0
  15. #define CONFIG_SYSCALL_6TH_ARG
  16. #define CONFIG_VM_SPLIT22
  17. #define CONFIG_KEXEC
  18. #undef CONFIG_OFFSET64
  19. #define CONFIG_MMAP2
  20. #define CONFIG_64BIT_SYSCALLS
  21. #undef CONFIG_NET
  22. #undef CONFIG_PRINTK64