hermit-os / hermit-os/hermit-entry
V3 ABI tracking issue (device trees)
Open
- Dominant language
- Rust
- Stars
- 5
- Forks
- 7
- Avg merge
- 58m
- Merged PRs (30d)
- 3
Description
Old Plan
* [ ] Add UEFI Platform / Rename `Multiboot` platform to `BareMetal`
* [ ] Move Multiboot detection to loader
* Paging issues
* [ ] Move memory detection to loader
* Add `&'static [MemoryRegion]`?
* Convertible from UEFI
* Creatable from BIOS/UEFI
* [ ] Move RSDP detection to loader
* Add `rsdp_addr: u64`?
* [x] https://github.com/hermitcore/uhyve/issues/426
* [x] https://github.com/hermit-os/loader/issues/275
```rust
pub type Entry =
unsafe extern "C" fn(hart_id: usize, fdt: Option>) -> !;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.