Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
bootloader
Commits
c7eeb9f2
Verified
Commit
c7eeb9f2
authored
Feb 10, 2022
by
Jeremy Soller
Browse files
Version 1.0.0
parent
2100b117
Changes
3
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
c7eeb9f2
...
...
@@ -64,7 +64,7 @@ dependencies = [
[[package]]
name = "redox_bootloader"
version = "
0.1
.0"
version = "
1.0
.0"
dependencies = [
"linked_list_allocator",
"log",
...
...
Cargo.toml
View file @
c7eeb9f2
[package]
name
=
"redox_bootloader"
version
=
"
0.1
.0"
version
=
"
1.0
.0"
edition
=
"2018"
# UEFI uses bin target
...
...
src/main.rs
View file @
c7eeb9f2
...
...
@@ -86,6 +86,8 @@ fn main<
M
:
Iterator
<
Item
=
OsMemoryEntry
>
,
V
:
Iterator
<
Item
=
OsVideoMode
>
>
(
os
:
&
mut
dyn
Os
<
D
,
M
,
V
>
)
->
(
usize
,
KernelArgs
)
{
println!
(
"Redox OS Bootloader {}"
,
env!
(
"CARGO_PKG_VERSION"
));
let
mut
fs
=
os
.filesystem
();
print!
(
"RedoxFS "
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment