Changes between Version 6 and Version 7 of TBR/BSP/Pc386


Ignore:
Timestamp:
09/13/05 07:03:41 (19 years ago)
Author:
AngeloFraietta
Comment:

/* Booting an RTEMS Application */

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Pc386

    v6 v7  
    1818
    1919For PC like hardware (pc386 BSP), the most succesfull way seems to be to use GRUB to boot RTEMS binaries. The instructions are available for booting directly from floppy/harddrive and also for PXE network boot using GRUB. See c/src/lib/libbsp/i386/pc386/HOWTO for more information.
     20
     21Alternatively, you can boot from Dos using Luca Abeni's eXtender, available from http://freedos-32.sourceforge.net/downloads.php
     22This enables you to run DOS diagnostics and utilities (such as chkdsk) before startup.
     23To use eXtender, add the "x" command followed by your RTEMS image name to your autoexec.bat file. For example:
     24
     25x smart.exe
    2026= Embedded PC Platforms =
    2127