Create a kernel executable

This commit is contained in:
Philipp Oppermann
2023-03-25 18:32:11 +01:00
parent 13ea05de55
commit 1ea30e9b1e
3 changed files with 12 additions and 0 deletions

3
src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}