Add #![no_std].

This commit is contained in:
4lDO2
2021-06-29 21:09:43 +02:00
parent ae65c19bad
commit 811f58cc9a
+1
View File
@@ -1,3 +1,4 @@
#![no_std]
//! A super simple initfs, only meant to be loaded into RAM by the bootloader, and then directly be
//! read.