added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / arch / x86_64-pc / boot / menu.lst
blob120786ec73865026a155b941319f7f59aa3d2dc0
1 # [B] (DO NOT REMOVE THIS LINE!)
3 timeout 5
4 default 0
6 title AROS with VESA
7     serial=9600
8     kernel /boot/aros-x86_64 vesa=800x600x16
9     module /boot/kernel
10     module /boot/kernel.pkg
12 title AROS with SFS and FAT
13     serial=9600
14     kernel /boot/aros-x86_64 vesa=800x600x16
15     module /boot/kernel
16     module /boot/kernel.pkg
17     module /Devs/sfs.handler
18     module /Devs/fat.handler
20 # [E] (DO NOT REMOVE THIS LINE!)