mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-08 19:30:39 +00:00
Fixed a typo in the write-up
This commit is contained in:
parent
24cde45119
commit
e0b0076abc
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ For now, I'll signpost the following points of interest in the code:
|
|||
* The new _boot.S_ loader
|
||||
* The new _multicore.c_ library and related _multicore.h_ header
|
||||
* A slimmed down _io.h_ and _kernel.c_ (DMA sound removed), with a new multicore approach to `main()`
|
||||
* A revised _link.ld_ adding provisions for a secondary core's stack and the 0x00000 entry point (a result of setting `kernel_old=1`
|
||||
* A revised _link.ld_ adding provisions for a secondary core's stack and the 0x00000 entry point (a result of setting `kernel_old=1`)
|
||||
|
||||
I will write more soon to attempt to explain what's going on here.
|
||||
|
|
Loading…
Reference in a new issue