Update README.md

pull/35/head
Andre Richter 5 years ago committed by Andre Richter
parent 34fb040c1b
commit 28bd523851
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -27,7 +27,6 @@ Project skeleton is set up; Code just halts all CPU cores executing kernel code.
- Assembly `_start()` function that executes `wfe` (Wait For Event), halting all
cores that are executing `_start()`.
- We (have to) define a `#[panic_handler]` function.
- Done in `BSP` code.
- Just executes `wfe`.
- Just waits infinitely for a cpu event.
[inner attributes]: https://doc.rust-lang.org/reference/attributes.html

Loading…
Cancel
Save