Searched +full:freebsd14 +full:- +full:2 +full:s (Results 1 – 9 of 9) sorted by relevance
1 name: zfs-qemu12 …tion: "(optional) Experimental kernel version to install on Fedora (like '6.14' or '6.13.3-0.rc3')"15 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}16 cancel-in-progress: true19 test-config:21 runs-on: ubuntu-24.0426 - uses: actions/checkout@v428 fetch-depth: 029 - name: Generate OS config and CI type38 ci_type=$(python3 .github/workflows/scripts/generate-ci-type.py $head $base)[all …]
4 # 2) start qemu with some operating system, init via cloud-init7 set -eu9 # short name used in zfs-qemu.yml12 # OS variant (virt-install --os-variant list)15 # FreeBSD urls's16 FREEBSD_REL="https://download.freebsd.org/releases/CI-IMAGES"17 FREEBSD_SNAP="https://download.freebsd.org/snapshots/CI-IMAGES"21 UBMIRROR="https://cloud-images.ubuntu.com"22 #UBMIRROR="https://mirrors.cloud.tencent.com/ubuntu-cloud-images"23 #UBMIRROR="https://mirror.citrahost.com/ubuntu-cloud-images"[all …]
2 # GENERIC64 -- Generic kernel configuration file for FreeBSD/powerpc647 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols33 options PSERIES # PAPR-compliant systems (e.g. IBM p)34 options POWERNV # Non-virtualized OpenPOWER systems38 options NUMA # Non-Uniform Memory Architecture support55 options UFS_GJOURNAL # Enable gjournal-based UFS journaling66 options PSEUDOFS # Pseudo-filesystem framework79 options COMPAT_FREEBSD14 # Compatible with FreeBSD1483 options SYSVSHM # SYSV-style shared memory[all …]
2 # GENERIC -- Generic kernel configuration file for FreeBSD/powerpc7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols32 options PSERIES # PAPR-compliant systems48 options UFS_GJOURNAL # Enable gjournal-based UFS journaling58 options PSEUDOFS # Pseudo-filesystem framework70 options COMPAT_FREEBSD14 # Compatible with FreeBSD1474 options SYSVSHM # SYSV-style shared memory75 options SYSVMSG # SYSV-styl[all...]
2 # GENERIC64LE -- Generic kernel configuration file for FreeBSD/powerpc64le7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols31 options PSERIES # PAPR-compliant systems (e.g. IBM p)32 options POWERNV # Non-virtualized OpenPOWER systems37 options NUMA # Non-Uniform Memory Architecture support53 options UFS_GJOURNAL # Enable gjournal-based UFS journaling64 options PSEUDOFS # Pseudo-filesystem framework74 options COMPAT_FREEBSD14 # Compatible with FreeBSD1479 options SYSVSHM # SYSV-style shared memory[all …]
1 --2 -- SPDX-License-Identifier: BSD-2-Clause3 --4 -- Copyright (c) 2021-2024 SRI International5 -- Copyright (c) 2024 Tyler Baxter <agge@FreeBSD.org>6 -- Copyright (c) 2023 Warner Losh <imp@bsdimp.com>7 -- Copyright (c) 2019 Kyle Evans <kevans@FreeBSD.org>8 --10 --11 -- Code to read in the config file that drives this. Since we inherit from the[all …]
2 # GENERIC -- Generic kernel configuration file for FreeBSD/i3867 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config27 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols44 options UFS_GJOURNAL # Enable gjournal-based UFS journaling54 options PSEUDOFS # Pseudo-filesystem framework67 options COMPAT_FREEBSD14 # Compatible with FreeBSD1471 options SYSVSHM # SYSV-style shared memory72 options SYSVMSG # SYSV-style message queues73 options SYSVSEM # SYSV-style semaphores74 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions[all …]
2 # GENERIC -- Generic kernel configuration file for FreeBSD/amd647 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols27 options NUMA # Non-Uniform Memory Architecture support47 options UFS_GJOURNAL # Enable gjournal-based UFS journaling57 options PSEUDOFS # Pseudo-filesystem framework72 options COMPAT_FREEBSD14 # Compatible with FreeBSD1476 options SYSVSHM # SYSV-style shared memory77 options SYSVMSG # SYSV-style message queues78 options SYSVSEM # SYSV-style semaphores[all …]
2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs.11 # Please use ``make LINT'' to create an old-style LINT file if you want to12 # do kernel test-builds.48 # auto-size based on physical memory.66 # after most other flags. Here we use it to inhibit use of non-optimal67 # gcc built-in functions (e.g., memcmp).70 # The following is equivalent to 'config -g KERNELNAME' and creates71 # 'kernel.debug' compiled with -g debugging as well as a normal81 makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc.82 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols[all …]