Remove unneccessary cargo config and eh_frame.ld

This commit is contained in:
pjht 2024-08-17 20:28:20 -05:00
parent ee21dc66fd
commit b9097759c8
Signed by: pjht
GPG Key ID: 7B5F6AFBEC7EE78E
2 changed files with 0 additions and 12 deletions

View File

@ -1,10 +0,0 @@
[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins", "alloc"]
[build]
target = "x86_64-unknown-none"
rustflags = ["-C", "link-args=--image-base 0xffff800000000000", "-C", "force-unwind-tables", "-C", "link-args=/home/pterpstra/projects/os-rust/kernel/eh_frame.ld"]
[target.'cfg(target_os = "none")']
runner = "./run.sh"

View File

@ -1,2 +0,0 @@
__eh_frame = ADDR(.eh_frame);
__etext = ADDR(.text) + SIZEOF(.text);