Skip to content

Commit fb35055

Browse files
committed
feat(kernel): 添加初步ELF加载器支持并升级依赖库
1 parent 07e4cf3 commit fb35055

File tree

9 files changed

+197
-46
lines changed

9 files changed

+197
-46
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ assets/initrd.cpio
1313

1414
book/
1515

16-
.sisyphus/
16+
.sisyphus/
17+
18+
assets/initrd/mylib.so

kernel/Cargo.lock

Lines changed: 106 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kernel/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ x86_64 = "0.15.2"
2525
pc-keyboard = "0.7.0"
2626
acpi = { version = "6.0.1", features = ["alloc", "aml"] }
2727
ringbuf = { version = "0.4.8", default-features = false, features = ["alloc"] }
28+
elf_loader = "0.14.0"
2829

2930
[features]
3031
ttf = ["dep:ab_glyph", "dep:libm"]

0 commit comments

Comments
 (0)