mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Compare commits
2 Commits
main
...
c50df18580
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c50df18580 | ||
|
|
4d3b246ef6 |
@@ -656,7 +656,7 @@ Now we can use `println` in our `_start` function:
|
||||
// in src/main.rs
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn _start() {
|
||||
pub extern "C" fn _start() -> ! {
|
||||
println!("Hello World{}", "!");
|
||||
|
||||
loop {}
|
||||
|
||||
Reference in New Issue
Block a user