Skip to content

Commit 87c3723

Browse files
authored
Remove panic! call since it leads to a too large binary
1 parent 15ce095 commit 87c3723

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

real_mode/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ global_asm!(include_str!("boot.s"));
99
#[no_mangle]
1010
pub extern "C" fn rust_main() {
1111
println(b"Hello from Rust!");
12-
panic!()
1312
}
1413

1514
fn println(s: &[u8]) {

0 commit comments

Comments
 (0)