[Bug 283016] custom kernel cannot boot with options VT_MAXWINDOWS
Date: Thu, 28 Nov 2024 07:25:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283016 Bug ID: 283016 Summary: custom kernel cannot boot with options VT_MAXWINDOWS Product: Base System Version: 14.1-RELEASE Hardware: Any OS: Any Status: New Keywords: crash, i915 Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: dansimon@radiotube.org Recompiling a custom kernel with options VT_MAXWINDOWS=16, with drm-kmod installed (intel graphics), causes the kernel to crash immediately at the intel kmod stage. Perhaps this is related to bug 241697 ? To reproduse: cat << EOF > MYKERNEL include GENERIC ident MYKERNEL options VT_MAXWINDOWS=16 EOF -- You are receiving this mail because: You are the assignee for the bug.