Skip to content

Commit cba225d

Browse files
committed
add path to the linker script
1 parent 7d3fb42 commit cba225d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.cargo/config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ rustflags = [
1010
]
1111

1212
[target.x86_64-eduos]
13-
runner = "ehyve"
13+
rustflags = [
14+
"-C", "link-arg=-Tsrc/arch/x86_64/linker.ld"
15+
]
16+
17+
runner = "ehyve -f ./demo/hello"

0 commit comments

Comments
 (0)