PVH header + chain load a custom stage 2.5?
还没有人认领这个 Issue。
评估
- 难度
- 5/5
- 预计耗时
- 一周以上
- 新手友好度
- 25/100
- Issue 类型
- 功能
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- rust
调研方向
首先查看 issue 中链接的 PVH start_info 定义,以及项目现有的 MBR/BIOS 加载流程。确定在对 real-mode 的下一阶段执行 chain-loading 之前,准备内存映射、initrd 地址和长度以及 RSDP 地址的范围。对于所提议的 VM 用例,定义并测试 PVH-header 加载路径即视为完成。
由索引模型根据 Issue 内容生成。
描述
Hello!
As OS kernels are quite often particular about memory layout, GDT, IRQs, etc., they often choose to set these things up themselves and not rely on the bootloader. In addition, using PVH start_info [1] is now kind of an industry standard when booting guest images in VMS (e.g. [2]).
Would it be in scope of this project to support this "PVH header + chain load a realmode next stage" loading flow? I.e. load initrd, prepare PVH start_info (basically, the memory map, initrd address/len, rsdp address), and jump into the next stage? If so, I'll hack together a prototype PR... (for MBR/BIOS only, I see no use for UEFI in a VM, sorry).
Thanks,
U.L.
[1] https://github.com/Xilinx/xen/blob/master/xen/include/public/arch-x86/hvm/start_info.h
[2] https://www.cloudhypervisor.org/docs/prologue/quick-start/
- 主要语言
- Rust
- 星标
- 1.7k
- 派生
- 240
- PR 合并指标
- 30 天内没有已合并 PR
环境准备
我们还没有检查这个项目的环境配置文件。先看它的 README,通用步骤见我们的新手贡献指南。
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
rust-osdev/bootloader 的其他 Issue
-
help wanted
难度 3/5 1-2 天 新手友好度 67/100
rust-osdev/bootloader#581 · 2 条评论 ·
-
难度 4/5 3-5 天 新手友好度 35/100
rust-osdev/bootloader#573 · 5 条评论 ·
-
难度 5/5 一周以上 新手友好度 20/100
rust-osdev/bootloader#555 · 2 条评论 ·
-
难度 5/5 一周以上 新手友好度 30/100
rust-osdev/bootloader#534 ·
-
难度 3/5 1-2 天 新手友好度 38/100
rust-osdev/bootloader#525 ·
查看 rust-osdev/bootloader 的全部 Issue
相似的 Issue
-
area:cli bug good first issue priority:high
难度 2/5 1-3 小时 新手友好度 84/100
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 88/100
维护者通常 1 天内回复
-
type: bug
难度 2/5 1-3 小时 新手友好度 68/100
ActivityWatch/activitywatch#1463 · 1 个 reaction ·
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 72/100
维护者通常 1 天内回复
-
bug
难度 2/5 1-3 小时 新手友好度 88/100
维护者通常 1 天内回复