Compiled on target platform.

This commit is contained in:
Yifan Wu 2020-11-10 23:02:38 +08:00
parent 278bae2391
commit 29f4683ad8
6 changed files with 28 additions and 0 deletions

5
os/src/main.rs Normal file
View file

@ -0,0 +1,5 @@
#![no_std]
#![no_main]
mod lang_items;