Welcome, Guest. Please login or register.

Author Topic: AOS4 for 68k-JIT  (Read 2512 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Hardboy

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 248
    • Show all replies
Re: AOS4 for 68k-JIT
« on: June 08, 2003, 07:32:43 PM »
Some part of the OS will definitly contain PPC-ASM.

I´ll guess some minor parts of exec.library are coded in PPC-ASM. I´ll guess allmost all the code for translating code from 68k to PPC is in assembler too, but that doesn´t matter anyway.

Also, allthough it´s written in c, doesn´t mean it will compile and run on other hardware. It´s impossible to make all code of a OS platform independant, unless you make some sort of a virtual system.

Now, if Hyperion desided to make of x86 version, the biggest job would be to make an 68k->x86 translater similar to the one in OS4.0.
 

Offline Hardboy

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 248
    • Show all replies
Re: AOS4 for 68k-JIT
« Reply #1 on: June 08, 2003, 08:25:10 PM »
Quote

There are PPC assembly parts, around 34000 lines.


That´s not very much. I would have bet, that the code-translater had more...