A2osX/MAKE/TDBOOTINIT.txt

31 lines
917 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 TELNETD Media
#
# Main Screens
${ROOT}sbin/getty /dev/tty1 ${ROOT}sbin/login
${ROOT}sbin/getty /dev/tty2 ${ROOT}sbin/login
${ROOT}sbin/getty /dev/tty3 ${ROOT}sbin/login
${ROOT}sbin/getty /dev/tty4 ${ROOT}sbin/login
${ROOT}sbin/getty /dev/tty5 ${ROOT}sbin/login
${ROOT}sbin/getty /dev/tty6 ${ROOT}sbin/login
${ROOT}sbin/getty /dev/tty7 ${ROOT}sbin/login
${ROOT}sbin/getty /dev/tty8 ${ROOT}sbin/login
# Serial Login
# ${ROOT}sbin/insdrv ssc.drv 9600,N,8,1,X
# ${ROOT}sbin/insdrv ssc.i.drv 9600,N,8,1,X
# ${ROOT}sbin/getty /dev/com2 ${ROOT}sbin/login
# Extra devices
# ${ROOT}sbin/insdrv pic.drv
# Network Section
# Network Protocols
# ${ROOT}sbin/networkd libtcpip
# Network Services
${ROOT}sbin/telnetd 6502 > ${ROOT}var/log/telnetd.log
# ${ROOT}sbin/httpd > ${ROOT}var/log/httpd.log
MAN
TEXT /MAKE/USR/SHARE/MAKE/TDBOOTINIT