#
4caaab2e |
| 17-Apr-2025 |
Warner Losh <imp@FreeBSD.org> |
kboot: Spell Reserved correctly
Also, remove trailing NULL entry that's no longer needed.
Sponsored by: Netflix Reviewed by: kevans, jhibbits Differential Revision: https://reviews.freebsd.org/D4
kboot: Spell Reserved correctly
Also, remove trailing NULL entry that's no longer needed.
Sponsored by: Netflix Reviewed by: kevans, jhibbits Differential Revision: https://reviews.freebsd.org/D49854
show more ...
|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3 |
|
#
ed1b3f13 |
| 09-Apr-2025 |
Warner Losh <imp@FreeBSD.org> |
kboot: Free prior segs in init_avail()
We can call init_avail() multiple times. Each time, we want to toss whatever garbage may have already been there from a prior failed attempt to find a good mem
kboot: Free prior segs in init_avail()
We can call init_avail() multiple times. Each time, we want to toss whatever garbage may have already been there from a prior failed attempt to find a good memory map.
Sponsored by: Netflix
show more ...
|
#
757dc8ab |
| 09-Apr-2025 |
Warner Losh <imp@FreeBSD.org> |
kboot: Move seg code into libkboot
This code is really generic segment processing and should live here. It also interfaces primarily with Linux APIs, so it's also appropriate for this if we have a v
kboot: Move seg code into libkboot
This code is really generic segment processing and should live here. It also interfaces primarily with Linux APIs, so it's also appropriate for this if we have a version of that runs as a FreeBSD binary using FreeBSD system calls and APIs, though that's in the future somehow...
Sponsored by: Netflix
show more ...
|