Re: Custom boot loader stub
Magnus Lindholm <[email protected]> Thu, 16 Oct 2025 11:44:30 +0200
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <CA+=Fv5Tm9UMA3SW5My9JncZro3o_Z7aRjk+TynuaSRkbEgyJPw@mail.gmail.com> |
On Wed, Oct 15, 2025 at 9:24 AM Sad Clouds <[email protected]> wrote: > > Hello, I'm attempting to design a small boot loader stub for sparc64 > which can be loaded by OpenBoot and then it simply prints a test > message. > Hi, This is very interesting work! I was looking into something similar a while back, but on sparc32. Just for the fun of it. I ended up working on some other project instead, but still, I would very much like it if you can share your progress somehow. Back in the days I was looking at how SILO did things on Linux/sparc32. Regards Magnus