ladybird/Kernel
Tom 6a4d06e739 Kernel: Only use multiboot framebuffer details if present
We should only look at the framebuffer structure members if the
MULTIBOOT_INFO_FRAMEBUFFER_INFO bit is set in the flags field.

Also add some logging if we ignored the fbdev command line argument
due to either not having a framebuffer provided by the bootloader, or
because we don't support the framebuffer format.
2022-01-06 22:34:11 +01:00
..
API Kernel: Update key_code_count 2022-01-04 17:57:54 +00:00
Arch Kernel: Align GDT to the size of a Descriptor 2022-01-04 19:08:07 +02:00
Bus Kernel: Use try_create not must_create in SysFSUSB::create 2022-01-03 10:39:56 +02:00
Devices Kernel: Allow backspace '\b' to be remapped 2022-01-03 15:54:32 +01:00
FileSystem Kernel/Ext2FS: Use HashMap::remove_all_matching() in Ext2FS 2022-01-05 18:57:14 +01:00
Firmware Kernel: Use MUST + Vector::try_empend instead of Vector::empend 2022-01-05 14:04:18 +01:00
Graphics Kernel: Only use multiboot framebuffer details if present 2022-01-06 22:34:11 +01:00
Heap
Interrupts Kernel: Use MUST + Vector::try_empend instead of Vector::empend 2022-01-05 14:04:18 +01:00
Library
Locking
Memory Kernel: Scan ACPI memory ranges for the RSDP table 2022-01-04 17:46:36 +00:00
Net Kernel: Lock TCPSocket lookup table across destruction 2022-01-06 22:30:40 +01:00
Prekernel Kernel: Only use multiboot framebuffer details if present 2022-01-06 22:34:11 +01:00
Storage Kernel: Use MUST + Vector::try_empend instead of Vector::empend 2022-01-05 14:04:18 +01:00
Syscalls Kernel: Delay Process data unprotection in sys$pledge() 2022-01-02 18:08:02 +01:00
Tasks
Time
TTY Kernel: Tighten String-related includes 2021-12-30 14:16:03 +01:00
AddressSanitizer.cpp
AddressSanitizer.h
Assertions.h
AtomicEdgeAction.h
BootInfo.h
CMakeLists.txt Kernel/NVMe: Add initial NVMe driver support 2022-01-01 14:55:58 +01:00
CMOS.cpp
CMOS.h
CommandLine.cpp Kernel: Add option to force using only the bootloader framebuffer 2022-01-06 22:34:11 +01:00
CommandLine.h Kernel: Add option to force using only the bootloader framebuffer 2022-01-06 22:34:11 +01:00
Coredump.cpp Kernel: Add some implied auto qualifiers 2021-12-30 14:32:17 +01:00
Coredump.h
Debug.h.in Kernel/NVMe: Add initial NVMe driver support 2022-01-01 14:55:58 +01:00
DoubleBuffer.cpp
DoubleBuffer.h
embedmap.sh
Forward.h
FutexQueue.cpp
FutexQueue.h
GlobalProcessExposed.cpp Kernel: Simplify some if statements 2021-12-30 14:32:17 +01:00
init.cpp
KBuffer.h
KBufferBuilder.cpp Kernel+AK: Eliminate a couple of temporary String allocations 2021-12-30 14:16:03 +01:00
KBufferBuilder.h
KLexicalPath.cpp
KLexicalPath.h
kprintf.cpp Kernel: Simplify some if statements 2021-12-30 14:32:17 +01:00
kstdio.h
KString.cpp
KString.h
KSyms.cpp
KSyms.h
linker.ld
MiniStdLib.cpp
mkmap.sh Kernel: Use the toolchain's nm in mkmap.sh 2021-12-30 18:10:51 +01:00
Multiboot.h Kernel: Only use multiboot framebuffer details if present 2022-01-06 22:34:11 +01:00
Panic.cpp Kernel: Add some implied auto qualifiers 2021-12-30 14:32:17 +01:00
Panic.h
PerformanceEventBuffer.cpp Kernel: Use unchecked_append in PerformanceEventBuffer raw_backtrace() 2022-01-05 14:04:18 +01:00
PerformanceEventBuffer.h
PerformanceManager.h
PhysicalAddress.h
Process.cpp Kernel: Tighten String-related includes 2021-12-30 14:16:03 +01:00
Process.h
ProcessExposed.cpp Kernel: Add some implied auto qualifiers 2021-12-30 14:32:17 +01:00
ProcessExposed.h
ProcessGroup.cpp
ProcessGroup.h
ProcessProcFSTraits.cpp
ProcessSpecificExposed.cpp Kernel: Add some implied auto qualifiers 2021-12-30 14:32:17 +01:00
Random.cpp
Random.h
RTC.cpp
RTC.h
SanCov.cpp Kernel: Add some implied auto qualifiers 2021-12-30 14:32:17 +01:00
Scheduler.cpp Kernel: Simplify some if statements 2021-12-30 14:32:17 +01:00
Scheduler.h
Sections.h
StdLib.cpp Kernel: Add some implied auto qualifiers 2021-12-30 14:32:17 +01:00
StdLib.h
Syscall.cpp Kernel: Add some implied auto qualifiers 2021-12-30 14:32:17 +01:00
Thread.cpp
Thread.h Kernel: Make Thread::m_kernel_stack_region a NonnullOwnPtr 2022-01-04 19:08:07 +02:00
ThreadBlockers.cpp Kernel: Add some implied auto qualifiers 2021-12-30 14:32:17 +01:00
ThreadTracer.cpp
ThreadTracer.h Kernel: Add missing includes in ThreadTracer and WorkQueue 2021-12-30 14:32:17 +01:00
TimerQueue.cpp
TimerQueue.h
UBSanitizer.cpp
UnixTypes.h
UserOrKernelBuffer.cpp
UserOrKernelBuffer.h
VirtualAddress.h
WaitQueue.cpp
WaitQueue.h
WorkQueue.cpp
WorkQueue.h Kernel: Add missing includes in ThreadTracer and WorkQueue 2021-12-30 14:32:17 +01:00