arm64_virt 0.1.0

simink 程序
1
2
3
4
5
6
7
8
9
#![no_std]
#![no_main]

use simink_entry::{entry, global_asm};

#[entry]
fn main() -> ! {
    loop {}
}