Loading Kernel ELF into memory and parsing it #1

Open
opened 5 years ago by Rirush · 0 comments
Rirush commented 5 years ago
Owner

Since uefi-rs has been updated and now it's possible to retrieve file size, we now can load kernel ELF into memory (because we can allocate buffer for it), parse it, and place correctly into memory.

Tasks:

  1. Allocate buffer and read Kernel file
  2. Parse ELF
  3. Place sections in memory
  4. Setup paging
Since uefi-rs has been updated and now it's possible to retrieve file size, we now can load kernel ELF into memory (because we can allocate buffer for it), parse it, and place correctly into memory. Tasks: 1. [ ] Allocate buffer and read Kernel file 2. [ ] Parse ELF 3. [ ] Place sections in memory 4. [ ] Setup paging
Rirush added this to the First Release: v1.0 milestone 5 years ago
Rirush self-assigned this 5 years ago
Rirush added the
Improvement
label 5 years ago
Rirush added the
Essential
label 5 years ago
Sign in to join this conversation.
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.