Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 3 and Version 4 of Developer/Projects/Open/x86_64_BSP


Ignore:
Timestamp:
02/11/16 17:52:26 (8 years ago)
Author:
Joel Sherrill
Comment:

Improve a bit

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Projects/Open/x86_64_BSP

    v3 v4  
    1010
    1111
    12 '''Status:''' Uninitiated.
     12'''Status:'''
    1313
    14 '''Introduction:''' This project involves the creation of an x86_64 BSP for RTEMS that would allow for installing on an OTS PC, x86 dev boards and emulated in popular emulation software.
     14Uninitiated.
    1515
    16 '''Goal:''' To have a functioning x86_64 BSP that will boot on OTS hardware and emulate fully in any x86 emulator.  Extended goals would include running RTEMS as a process in the build platform and peripheral support.
     16'''Introduction:'''
     17
     18This project involves the creation of an x86_64 BSP for RTEMS that would allow for installing on an OTS PC, x86 dev boards and emulated in popular emulation software.
     19
     20'''Goal:'''
     21
     22To have a functioning x86_64 BSP that will boot on OTS hardware and emulate fully in any x86 emulator.  Extended goals would include running RTEMS as a process in the build platform and peripheral support.
    1723
    1824
    19 '''Requirements:''' Knowledge of x86_64 ASM, C Programming language.
     25'''Requirements:'''
     26
     27* Knowledge of x86_64 ASM, C Programming language.
     28* Run on non-legacy hardware configurations.
     29* Share code as possible with pc386 BSP.
     30* Create x86_64 architectural port.
     31* Requires x86_64-rtems tool configuration.
    2032
    2133
    22 '''Resources:''' Current RTEMS developers. Do not reinvent the wheel and use existing code instead, e.g. from FreeBSD.
     34'''Resources:'''
     35
     36* Current RTEMS developers.
     37* Do not reinvent the wheel and use existing code instead, e.g. from FreeBSD.
    2338
    2439'''Acknowledgements'''