Linked by Thom Holwerda on Wed 30th May 2012 22:21 UTC
Thread beginning with comment 520090
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: No good if you want to learn how to write an OS...
by Anachronda on Thu 31st May 2012 20:17
in reply to "RE: No good if you want to learn how to write an OS..."
It's actually a bit backwards. The GPU is the main processor and the ARM is an auxiliary. When the system is started, the GPU wakes up, fetches the blob from the SD card, and that blob contains a program that brings up the ARM.
No matter what OS runs, the blob is needed in order to boot the ARM.
RE[3]: No good if you want to learn how to write an OS...
by gus3 on Fri 1st Jun 2012 01:53
in reply to "RE[2]: No good if you want to learn how to write an OS..."




Member since:
2009-04-02
Technically, the GUI is not part of the OS, so why should this hold you back to write your own OS for ARM?
There are lots of interesting other tasks in writing an OS, like memory-management, filesystem drivers, etc... no binary bob prevents you from doing that :-)