Skip to content

Commit 3cf96c5

Browse files
lauraltalexandruag
authored andcommitted
Update test_elf.bin with a saner one
Replaced test_elf.bin image with one in which the offset of segments in file (p_offset), the virtual address of the segments (p_vaddr) and the physical one (p_paddr -> the address where that segment will be loaded into guest memory) are page-aligned. Signed-off-by: Laura Loghin <lauralg@amazon.com>
1 parent 726360b commit 3cf96c5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

DESIGN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The boot process is explained from the following two sides.
55
## Loader side
66

77
It follows ELF standard which is specified in elf.rs.
8-
The entry header and program headers will be inerpreted, and PT_LOAD segments
8+
The entry header and program headers will be interpreted, and PT_LOAD segments
99
will be loaded into guest memory.
1010

1111
### Where kernel is loaded

src/loader/x86_64/elf/test_elf.bin

100644100755
3.97 KB
Binary file not shown.

0 commit comments

Comments
 (0)