mirror of
https://review.haiku-os.org/haiku
synced 2025-02-21 04:58:56 +01:00
22 lines
670 B
ReStructuredText
22 lines
670 B
ReStructuredText
|
The m68k port
|
||
|
#############
|
||
|
|
||
|
The Motorola 68000 is an old CPU and not a reasonable target for Haiku. However, later models
|
||
|
which are equipped with a memory management unit could work (slowly).
|
||
|
|
||
|
There is work in progress to target Atari, Amiga, and NeXT hardware platforms.
|
||
|
|
||
|
Todo list
|
||
|
=========
|
||
|
|
||
|
- optimization: remove M68KPagingStructures[*]::UpdateAllPageDirs() and just allocate all the kernel page root entries at boot and be done with it. It's not very big anyway.
|
||
|
- possibly other optimizations in the VM code due to not supporting SMP?
|
||
|
|
||
|
Target platforms information
|
||
|
============================
|
||
|
|
||
|
.. toctree::
|
||
|
|
||
|
/kernel/arch/m68k/amiga
|
||
|
/kernel/arch/m68k/atari
|