Gunnar Beutner
|
36e36507d5
|
Everywhere: Prefer using {:#x} over 0x{:x}
We have a dedicated format specifier which adds the "0x" prefix, so
let's use that instead of adding it manually.
|
2021-07-22 08:57:01 +02:00 |
|
Andreas Kling
|
2da0581fd2
|
Kernel: Replace "folder" => "directory" everywhere
Folders are a GUI concept. File systems have directories.
|
2021-07-17 23:50:00 +02:00 |
|
Andreas Kling
|
5ec3f5433e
|
Kernel: Rename SysFS related classes in PCI code
Give them names that sound related to SysFS.
|
2021-07-11 01:31:48 +02:00 |
|
Andreas Kling
|
60a7a9d523
|
Kernel: Rename SystemExposedFolder => SysFSDirectory
"Folder" is a GUI concept, let's call this "Directory".
Also, "System" is completely generic, so let's be more specific and
call this "SysFS..."
|
2021-07-11 01:07:27 +02:00 |
|
Andreas Kling
|
517170a986
|
Kernel: Rename SystemExposedComponent => SysFSComponent
|
2021-07-11 01:06:27 +02:00 |
|
Andreas Kling
|
27244eb0ee
|
Kernel: Rename SystemRegistrar => SysFSComponentRegistry
|
2021-07-11 01:05:26 +02:00 |
|
Liav A
|
6568bb47cb
|
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
|
2021-07-02 13:16:12 +02:00 |
|