Skip to content

Commit 58c8b82

Browse files
committed
Rewrite: Fix build of test and example kernel by adding them to workspace
1 parent b9fa954 commit 58c8b82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ members = [
33
"src/shared",
44
"src/v86",
55
"src/bootsector",
6-
"src/stage_2"
6+
"src/stage_2",
7+
"example-kernel",
8+
"test-kernel",
79
]
810

911
[profile.release]

0 commit comments

Comments
 (0)