summaryrefslogtreecommitdiffstats
path: root/c/src/lib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-22 17:50:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-22 17:50:27 +0000
commitfdff6bf20c362e9b22ae9b9c2a3fc9559a8b1860 (patch)
tree0414f9bb61a6729f559b956ba8e66224eed0ceba /c/src/lib
parentCorrected/simplified setting of RTEMS_ROOT. (diff)
downloadrtems-fdff6bf20c362e9b22ae9b9c2a3fc9559a8b1860.tar.bz2
Added some GRUB information from Phil Wilshire.
Diffstat (limited to 'c/src/lib')
-rw-r--r--c/src/lib/libbsp/i386/pc386/HOWTO12
1 files changed, 12 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/HOWTO b/c/src/lib/libbsp/i386/pc386/HOWTO
index bbab984e58..3633137894 100644
--- a/c/src/lib/libbsp/i386/pc386/HOWTO
+++ b/c/src/lib/libbsp/i386/pc386/HOWTO
@@ -431,6 +431,8 @@ tests.
The other sample ('*.bt') files should also work with the
exception of 'spfatal.bt' and 'stackchk.bt' (see 9.).
+8.1 Using Diskboot or NetBoot
+------------------------------
To load the '*.bt' files you can either run the 'diskboot.exe'
(which can be found in 'c/pc386_i386/build-tools') under DOS with a
command line like (this is just a quick and dirty loader - you'll have
@@ -456,6 +458,16 @@ addresses 0x20200, 0x40200 and 0x80200 are known to work under DOS
5.00, DOS 6.xx and DOS 7.00. You can set the relocation address in
'c/make/compilers/gcc-pc386.cfg' by setting the value of the
'RELOCADDR' variable.
+
+8.2 Using GRUB
+---------------
+
+GRUB is another boot loader which may be used with pc386. It is
+available from:
+
+ ftp://ftp.uruk.org/public/grub/
+ http://www.uruk.org/grub/
+
9. Important Notes
------------------