ladybird/Kernel/Devices
Conrad Pankoff 842bf96e2c Kernel: Fix booting from "inactive" MBR partitions
Apparently you can boot from any MBR partition, not just the one labeled
as "bootable" or "active". The only ones you don't want to boot from are
the ones that don't exist.
2019-06-08 17:59:17 +02:00
..
BlockDevice.cpp Kernel: Move devices into Kernel/Devices/. 2019-04-03 12:36:40 +02:00
BlockDevice.h Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
BXVGADevice.cpp Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
BXVGADevice.h Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
CharacterDevice.cpp Kernel: Move devices into Kernel/Devices/. 2019-04-03 12:36:40 +02:00
CharacterDevice.h Add clang-format file 2019-05-28 17:31:20 +02:00
DebugLogDevice.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
DebugLogDevice.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
Device.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
Device.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
DiskDevice.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
DiskDevice.h Add clang-format file 2019-05-28 17:31:20 +02:00
DiskPartition.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
DiskPartition.h Kernel: Rename OffsetDiskDevice to DiskPartition 2019-06-02 12:37:29 +02:00
FileBackedDiskDevice.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
FileBackedDiskDevice.h Add clang-format file 2019-05-28 17:31:20 +02:00
FullDevice.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
FullDevice.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
IDEDiskDevice.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
IDEDiskDevice.h Add clang-format file 2019-05-28 17:31:20 +02:00
KeyboardDevice.cpp Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} 2019-06-07 20:02:01 +02:00
KeyboardDevice.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
MBRPartitionTable.cpp Kernel: Fix booting from "inactive" MBR partitions 2019-06-08 17:59:17 +02:00
MBRPartitionTable.h Kernel: Implement MBR partition loader (#168) 2019-06-02 14:57:44 +02:00
NullDevice.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
NullDevice.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
PCSpeaker.cpp Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} 2019-06-07 20:02:01 +02:00
PCSpeaker.h Kernel: Add a beep() syscall that beeps the PC speaker. 2019-05-15 21:40:41 +02:00
PS2MouseDevice.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
PS2MouseDevice.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
RandomDevice.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
RandomDevice.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
ZeroDevice.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
ZeroDevice.h Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00