BIOS booting: Consider framebuffer config of kernel ELF
還沒有人認領這個 Issue。
評估
- 難度
- 5/5
- 預估耗時
- 一週以上
- 新手友好度
- 25/100
- Issue 類型
- 功能
- 描述清晰度
- 需要釐清
- 活躍度
- 停滯
- 技術堆疊
- rust
研究方向
首先檢查 BIOS 的實作及其 real mode 階段,重點關注 kernel ELF 的載入方式,以及硬編碼的 framebuffer 解析度是如何選擇的。比較在 real mode 中解析 ELF 與將 framebuffer 設定複製到 FAT 分割區上的文字檔案中的方案;完成的標準是 BIOS 啟動路徑使用 kernel 的 framebuffer 設定,而不是硬編碼的解析度。
由索引模型根據 Issue 內容生成。
描述
Right now the BIOS implementation does not consider the framebuffer configuration of the kernel. Instead, it just defaults to a hardcoded resolution.
To fix this, we would need to parse the kernel ELF file already in the real mode stages, which could be challenging because of the memory limits in real mode. Alternatively, we could copy the framebuffer settings to a small text file and place this file alongside the kernel executable on the FAT partition.
- 主要語言
- 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
-
難度 2/5 1-3 小時 新手友好度 74/100
trailofbits/dylint#2107 ·
維護者通常 1 天內回覆
-
area:cli bug good first issue priority:medium
難度 2/5 1-3 小時 新手友好度 90/100
維護者通常 1 天內回覆
-
arrays_zip with two same-named inputs fails with "ArrowArray struct has 2 children (expected 1)"未關閉bug requires-triage
難度 2/5 1-3 小時 新手友好度 78/100
apache/datafusion-comet#6251 ·
維護者通常 1 天內回覆
-
難度 2/5 1-3 小時 新手友好度 72/100
維護者通常 1 天內回覆
-
bug false-positive harper-core linting
難度 2/5 1-3 小時 新手友好度 68/100
Automattic/harper#4471 ·
維護者通常 1 天內回覆