Andreas Kling
|
58fb3ebf66
|
LibCore+AK: Move MappedFile from AK to LibCore
MappedFile is strictly a userspace thing, so it doesn't belong in AK
(which is supposed to be user/kernel agnostic.)
|
2021-11-23 11:33:36 +01:00 |
|
Andreas Kling
|
0f5477c721
|
AK: Use ErrorOr<T> for MappedFile factories
Replace Result<T, E> with ErrorOr<T> and propagate the error to callers.
|
2021-11-08 00:35:27 +01:00 |
|
Andrew Kaster
|
259ef76504
|
Utilities: Add fdtdump for dumping OpenFirmware Device Trees
Use the new LibDeviceTree to dump the contents of the device tree blob
(Flattened Device Tree) file passed on the command line.
|
2021-10-21 19:20:03 -07:00 |
|