Skip to content

Commit

Permalink
Novusk v3-beta arch v1.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanMcMillan54 committed Jul 3, 2021
1 parent 99ee333 commit 197dcee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "novusk"
version = "2.1.3"
version = "3.0.0-beta-arch-v1"
authors = ["Nathan McMillan <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Also, this is Jarad:
```

Say 'hi' to Jarad
Say hi to Jarad

[``examples/``](https://github.com/NathanMcMillan54/novusk/tree/examples/examples) has examples of things you can do
with Novusk
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ pub use novusk::x86;
pub use novusk::x86;

#[no_mangle]
pub unsafe extern "C" fn kernel_main() -> ! {
loop { }
pub unsafe extern "C" fn kernel_main() {

}

0 comments on commit 197dcee

Please sign in to comment.