Liav A
|
ed5a4f2938
Kernel/Storage: Restore booting from MBR partitions functionality
|
3 年之前 |
Liav A
|
4dc3617f3c
Kernel/Storage: Move all ATA related code to a new subdirectory
|
3 年之前 |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 年之前 |
Liav A
|
741c871bc1
Kernel/Storage: Unify all ATA devices
|
3 年之前 |
Brian Gianforcaro
|
836c22ea13
Kernel: Remove AK::String usage from Storage/StorageManagement.cpp
|
3 年之前 |
Liav A
|
ef9b8ff0c7
Kernel/PCI: Remove all macros and replace them with enum classes
|
3 年之前 |
Liav A
|
9d9d57056e
Kernel/PCI: Remove Address from enumeration callback
|
3 年之前 |
Liav A
|
057f5a12c2
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
|
3 年之前 |
Liav A
|
da327746a2
Kernel: Rename two PCI components
|
3 年之前 |
Liav A
|
82bb08a15c
Kernel/PCI: Cache more details about PCI devices when enumerating them
|
3 年之前 |
Liav A
|
fb7b4caa57
Kernel/Storage: Implement basic AHCI hotplug support
|
3 年之前 |
Liav A
|
21b6d84ff0
Kernel/Devices: Remove required_mode and device_name methods
|
3 年之前 |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 年之前 |
Liav A
|
25ea7461a0
Kernel/PCI: Simplify the entire subsystem
|
3 年之前 |
Andreas Kling
|
36725228fa
Kernel: Tidy up Ext2FS construction a bit
|
3 年之前 |
Andreas Kling
|
4b3bc3805b
Kernel: Add missing error check when opening root file system
|
3 年之前 |
Andreas Kling
|
59335bd8ea
Kernel: Rename FileDescription::create() => try_create()
|
3 年之前 |
panky-codes
|
1b093c8b48
Kernel: Const defines for PCI IDs for storage controllers
|
3 年之前 |
Andreas Kling
|
d30d776ca4
Kernel: Make FileSystem::initialize() return KResult
|
3 年之前 |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 年之前 |
Liav A
|
6568bb47cb
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Jean-Baptiste Boric
|
a73bd0fff8
Kernel: Remove type from StorageDevice class
|
4 年之前 |
Liav A
|
a0be30f655
Kernel: Introduce two new boot arguments to assist with bare metal debug
|
4 年之前 |
Liav A
|
c4463cb5df
Kernel: Add basic AHCI functionality
|
4 年之前 |
Liav A
|
b59e45e65c
Kernel: Use global mechanism to determine minor number of Storage Device
|
4 年之前 |
Brian Gianforcaro
|
0f424afd5a
Kernel: Mark more of the kernel initialization as UNMAP_AFTER_INIT
|
4 年之前 |
Brian Gianforcaro
|
84a399de5d
Kernel: Move Kernel CommandLine parsing to strongly typed API.
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Andreas Kling
|
2b2828ae52
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
|
4 年之前 |