summaryrefslogtreecommitdiff
path: root/rtems-grub-h0-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-04-25 10:12:19 +1000
committerChris Johns <chrisj@rtems.org>2012-04-25 10:12:19 +1000
commit673b40c95705127635af12bda15694fd6ab5a96b (patch)
tree5c243823cf495ba3702773f94b275a442ac218de /rtems-grub-h0-1.cfg
Import the current project to git.
Diffstat (limited to 'rtems-grub-h0-1.cfg')
-rwxr-xr-xrtems-grub-h0-1.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/rtems-grub-h0-1.cfg b/rtems-grub-h0-1.cfg
new file mode 100755
index 0000000..3438d63
--- /dev/null
+++ b/rtems-grub-h0-1.cfg
@@ -0,0 +1,9 @@
+# RTEMS Grub configuration for RTEMS Testing
+set default=0
+timeout=0
+
+menuentry "RTEMS RTL Tester" {
+ set root=(hd0,1)
+ multiboot (hd0,1)/rtld --console=com1 --ide=0
+}
+