add directory Linux-0.98

This commit is contained in:
gohigh
2024-02-19 00:21:16 -05:00
parent 265896c4ae
commit 56596ada90
13765 changed files with 3471432 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
PS1=`hostname`' [\!] '
ignoreeof=0
HISTFILESIZE=0
HISTFILE=''
alias ls='ls -AF'
alias which='type -path'
PATH=/usr/local/bin:/bin:/usr/bin:.:/usr/local/bin:/usr/bin/X11:/usr/TeX/bin:.

View File

@@ -0,0 +1,5 @@
set line /dev/ttys2
set file type binary
set file name literal
set case off
conn

View File

@@ -0,0 +1,28 @@
cat << !!
This is the guest account for exploring the system. The shell
for this account is /bin/bash, the "Bourne Again SHell." Bash is
compatible with Bourne syntax, and has job control, file completion
(with the tab key), command history and command line editting.
You can use the "man" command to read the manual page about
different commands. In particular, check out mv, cp, ls, and rm, and
mkdir for file manipulation, emacs for file editting, tex or groff for
typesetting, gcc and g++ for C and C++ programming, and gs for ghostscript,
a postscript-compatible page description language.
If you want to start the X window system, here are some
caveats. The X server uses a configuration file to determine the VGA
video chipset, screen resolutions are available, the type of mouse
where it is connected. The default configuration file is
/usr/lib/X11/Xconfig, which, as that file is shipped on the CDROM,
expects an ET4000 video chip, and a Mouse Systems compatible serial
mouse attached to the first serial port (/dev/ttys1). You can start
the X server in this default mode with the command "xinit", or you
select from the other Xconfig files in /usr/lib/X11 or use your own
Xconfig file like so (notice the double hyphen):
xinit -- -xconfig your_xconfig_file
!!
source .bashrc
sync

View File

@@ -0,0 +1,13 @@
#!/bin/bash
cat << !!
You may have to edit the "clocks" line in /usr/lib/X11/Xconfig
in order to make X windows work on your VGA card.
Use Ctl-Alt-Backspace escape from X windows if anything goes wrong.
Use Ctl-Alt-<Numberpad +> to cycle through the X video modes.
!!
sync
exec $SHELL

View File

@@ -0,0 +1,2 @@
twm &
xterm -geometry +75+200 -title CONSOLE -e sh /var/home/guest/.x-message