it now boots and prints hello world

This commit is contained in:
clizia 2025-08-25 01:47:42 +02:00
parent ff4bbdd263
commit 2f8efad24a
4 changed files with 38 additions and 1 deletions

View file

@ -15,3 +15,4 @@ panic = "abort" # disable stack unwinding on panic
panic = "abort" # disable stack unwinding on panic
[dependencies]
bootloader = "0.9"