Hello does anyone have a boot loader or any good resource on how to write a bootloader for Sun's Spark architecture?
Thank you
How to write a bootloader for Sun - Spark architecture?
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: How to write a bootloader for Sun - Spark architecture?
This is not the place to discuss fusion powerswarmsea wrote:Sun's Spark
Re: How to write a bootloader for Sun - Spark architecture?
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
http://github.com/Jezze/fudge/
- gravaera
- Member
- Posts: 737
- Joined: Tue Jun 02, 2009 4:35 pm
- Location: Supporting the cause: Use \tabs to indent code. NOT \x20 spaces.
Re: How to write a bootloader for Sun - Spark architecture?
Yo,
You'll need to both obtain and provide more information about the chipset in question. Just knowing what kind of CPU is socketed into the board won't give even half enough information to know how it boots. Interestingly, if you had a clear target and purpose, you'd have known that to start off with; you can't write a bootloader for a cpu...
--Peace out
gravaera
You'll need to both obtain and provide more information about the chipset in question. Just knowing what kind of CPU is socketed into the board won't give even half enough information to know how it boots. Interestingly, if you had a clear target and purpose, you'd have known that to start off with; you can't write a bootloader for a cpu...
--Peace out
gravaera
17:56 < sortie> Paging is called paging because you need to draw it on pages in your notebook to succeed at it.
Re: How to write a bootloader for Sun - Spark architecture?
Actually, the SPARC specification describes part of the architecture too, and most SPARC machines boot OpenFirmware so a bootloader is more of half-stage kernel than anything else.gravaera wrote:Yo,
You'll need to both obtain and provide more information about the chipset in question. Just knowing what kind of CPU is socketed into the board won't give even half enough information to know how it boots. Interestingly, if you had a clear target and purpose, you'd have known that to start off with; you can't write a bootloader for a cpu...
--Peace out
gravaera
- gravaera
- Member
- Posts: 737
- Joined: Tue Jun 02, 2009 4:35 pm
- Location: Supporting the cause: Use \tabs to indent code. NOT \x20 spaces.
Re: How to write a bootloader for Sun - Spark architecture?
Yo,
--Peace out,
gravaera
Ah, I stand corrected then :OJamesM wrote: Actually, the SPARC specification describes part of the architecture too, and most SPARC machines boot OpenFirmware so a bootloader is more of half-stage kernel than anything else.
--Peace out,
gravaera
17:56 < sortie> Paging is called paging because you need to draw it on pages in your notebook to succeed at it.