A2osX/MAKE/DEBUGINIT.txt

28 lines
667 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NEW
PREFIX
AUTO 4,1
#!/bin/sh
#
# INIT Script for DEBUG Media
#
echo *** A2osX INIT Script ***
# Main Screens
nohup getty /dev/tty1 ${root}sbin/login &
#nohup getty /dev/tty2 ${root}sbin/login &
#nohup getty /dev/tty3 ${root}sbin/login &
#nohup getty /dev/tty4 ${root}sbin/login &
# Serial Login
#insdrv ssc.drv 9600,n,8,1,x
#insdrv ssc.i.drv 9600,n,8,1,x
#nohup getty /dev/com2 ${root}sbin/login
# Network Section
#insdrv uthernet.drv 00:0e:3a:12:34:56
#insdrv lancegs.drv
#insdrv uthernet2.drv 00:08:dc:12:34:56
#nohup networkd libtcpip &
#nohup telnetd &
#nohup httpd
echo *** End INIT ***
MAN
TEXT /MAKE/USR/SHARE/MAKE/DEBUGINIT