summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 13:20:33 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 13:20:33 -0400
commit1e96ae204a2d96d86e75885075dd2656cf8a8358 (patch)
tree1ea897757d00fdc2931a28c32b4b01ee06cd0d13 /boot
parent802760bda899a181f0f0298ea209865e3b360148 (diff)
downloadpfsense-1e96ae204a2d96d86e75885075dd2656cf8a8358.zip
pfsense-1e96ae204a2d96d86e75885075dd2656cf8a8358.tar.gz
Revert "Use FreeBSD specific files"
This reverts commit 802760bda899a181f0f0298ea209865e3b360148.
Diffstat (limited to 'boot')
-rw-r--r--boot/loader.conf8
-rw-r--r--boot/loader.rc17
2 files changed, 25 insertions, 0 deletions
diff --git a/boot/loader.conf b/boot/loader.conf
new file mode 100644
index 0000000..2d4e8b5
--- /dev/null
+++ b/boot/loader.conf
@@ -0,0 +1,8 @@
+hw.ata.atapi_dma="0"
+hw.ata.ata_dma="0"
+loader_color="YES"
+hw.ata.wc="0"
+kern.ipc.nmbclusters="0"
+beastie_disable="NO"
+vm.kmem_size="435544320"
+vm.kmem_size_max="535544320" \ No newline at end of file
diff --git a/boot/loader.rc b/boot/loader.rc
new file mode 100644
index 0000000..395231f
--- /dev/null
+++ b/boot/loader.rc
@@ -0,0 +1,17 @@
+\ Loader.rc
+\ $FreeBSD: src/sys/boot/i386/loader/loader.rc,v 1.4 2005/10/30 05:41:42 scottl Exp $
+\
+\ Includes additional commands
+include /boot/loader.4th
+
+\ Reads and processes loader.conf variables
+start
+
+\ Tests for password -- executes autoboot first if a password was defined
+check-password
+
+\ Load in the boot menu
+include /boot/beastie.4th
+
+\ Start the boot menu
+beastie-start
OpenPOWER on IntegriCloud