|
|
|
|
|
by junon
531 days ago
|
|
That implies AArch64 support which many hobby OSes don't have, usually because the introductory osdev material is written largely for x86. But yes, raspi is a good platform if you are targeting arm. As I'm also designing an OS, my biggest piece of advice for anyone seriously considering it is to target two archs at once, in parallel. Then adding a third becomes much easier. |
|
(And even then, its USB controller, for example, has no publicly-available datasheet. If you want to write your own driver for it, you have to read the Linux driver source and adapt it for your needs.)