Re: Afterburnered Linux for PowerPC
Joshua LeVasseur <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, Adding a new architecture requires a new Afterburner parser (I wrote mine with ANTLR), and a new wedge front-end. The wedge back-end should be architecture neutral, but that probably didn't happen. The wedge front-end includes runtime emulation, and the instruction rewriter (for rewriting the sensitive instructions when booting the guest kernel). The PowerPC stuff shouldn't take that much time, but then you have to consider time for learning what the code is doing. And if you want to write an ANTLR parser, you have to first learn ANTLR. I'd say that most of the effort will be for the ANTLR parser, and the instruction rewriter, since the rewriter must decode instructions and emit new binary instructions. -Josh On Dec 14, 2006, at 16:48, Christian, Martin, OPEE45 wrote: > Hi! > Would it be possible to get an "Afterburned" Linux running on a > Pistachio for PowerPC? How much architecture dependent code is used > with > the Afterburner? If not, how much work (time) would it be, to get an > "Afterburned" Linux running on PowerPC? > > Best, > > Martin. > >