; 31/01/2022 - Erdogan Tan - Istanbul

*** Retro UNIX 8086 v1 (2022 update) test notes ***

type "?" at boot prompt

For example:
boot: ?  (see valid commands)

boot: unix  (launch retro unix kernel with name 'unix')

(presss any key to continue to when unix startup (status) message appears)

*** 

unix login prompt...

root (superuser) password: enter key

erdogan (user) password: 417

press ATLT+F1 to ALT+F8 for multiscreen test

pseudo ttys: (multiscreen)

tty0 to tty7 are (console) login screens

tty8 and tty9 are serial port COM1, COM2 (they can not be used in bochs emulator)

in single user mode: 
	multiscreen (multiuser login) feature will not be enabled 

/etc directoy contains
	motd (startup message), init, getty, passwd files

/bin directory contains

	cat, login, ls, sh, hello binary files

	command example: cat /erdogan/mailbox
			 ls -l .

/usr/bin directory contains 

	(if fd1 is mounted) root directory of the mounted (runix v1) fs
	(if fd1 is not mounted) hello (sample program)

/erdogan directory contains

	clock, scancode, cls binaries and mailbox text file
	and source code files
	
	for example: cat mailbox

(use 'cd' or 'chdir' command to change working directory)


****

if you write '..fd0.img' file to a real 1.44MB floppy disk 
(via 'rawwritewin.exe' or another program for image to disk write)
Retro UNIX 8086 operating system (project/working) will run on
real computer if that IBM PC compatible computer has a 1.44 MB floppy drive.
