Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 058439b

Browse filesBrowse files
committed
Update example kernels to use -Zbuild-std and bootloader 0.9.7
1 parent 11501a4 commit 058439b
Copy full SHA for 058439b

File tree

Expand file treeCollapse file tree

6 files changed

+21
-10
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+21
-10
lines changed

‎example-kernels/.cargo/config.toml

Copy file name to clipboard
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[unstable]
2+
build-std = ["core", "compiler_builtins"]

‎example-kernels/Cargo.lock

Copy file name to clipboardExpand all lines: example-kernels/Cargo.lock
+15-6Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎example-kernels/basic/Cargo.toml

Copy file name to clipboardExpand all lines: example-kernels/basic/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
bootloader = "0.9.3"
8+
bootloader = "0.9.7"
99
x86_64 = "0.11.0"

‎example-kernels/runner-doctest/Cargo.toml

Copy file name to clipboardExpand all lines: example-kernels/runner-doctest/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
bootloader = "0.9.3"
8+
bootloader = "0.9.7"
99
x86_64 = "0.11.0"
1010

1111
[package.metadata.bootimage]

‎example-kernels/runner-test/Cargo.toml

Copy file name to clipboardExpand all lines: example-kernels/runner-test/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "no-harness"
99
harness = false
1010

1111
[dependencies]
12-
bootloader = "0.9.3"
12+
bootloader = "0.9.7"
1313
x86_64 = "0.11.0"
1414

1515
[package.metadata.bootimage]

‎example-kernels/runner/Cargo.toml

Copy file name to clipboardExpand all lines: example-kernels/runner/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
bootloader = "0.9.3"
8+
bootloader = "0.9.7"
99
x86_64 = "0.11.0"
1010

1111
[package.metadata.bootimage]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.