Idan Horowitz
fb3e46e930
Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr
...
This mostly just moved the problem, as a lot of the callers are not
capable of propagating the errors themselves, but it's a step in the
right direction.
2022-01-13 22:40:25 +01:00
Idan Horowitz
e2e5d4da16
Kernel: Make map_bios() and map_ebda() fallible using ErrorOr
2022-01-13 22:40:25 +01:00
Brian Gianforcaro
6c66311ade
Kernel: Use MUST + Vector::try_empend instead of Vector::empend
...
In preparation for making Vector::empend unavailable during
compilation of the Kernel.
2022-01-05 14:04:18 +01:00
Brian Gianforcaro
24066ba5ef
Kernel: Use MUST + Vector::try_append instead of Vector::append
...
In preparation for making Vector::append unavailable during
compilation of the Kernel.
2022-01-05 14:04:18 +01:00
Liav A
52e01b46eb
Kernel: Move Multi Processor Parser code to a separate directory
2021-12-23 23:18:58 -08:00