summaryrefslogtreecommitdiffstats
path: root/release/picobsd/forth/loader.rc
blob: 735cde2af009b12b0577ef00b09d6e659ed32ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\ Simple loader.rc for picobsd floppies
\ $Id: loader.rc,v 1.1.2.1 1999/05/07 10:02:53 abial Exp $

include /boot/loader.4th

only forth definitions also support-functions

s" /boot/defaults/loader.conf" initialize
include_conf_files
\ For now always display menu. You can remove this if you want.
.( Loading screen routines...)
include /boot/screen.4th
.( Done) cr
.( Loading frame routines...)
include /boot/frames.4th
.( Done) cr
.( Loading menu...)
include /boot/menu.4th
.( Done) cr
main_menu
OpenPOWER on IntegriCloud