???michael what's this got to do with partitioning?
   <<<<< LEFT_CLEAN SUBROUTINE >>>>>>>>>>>>>>>>>>>>>

LNEXT

                                      

ONELCLEAN

                                      

   <<<<< TERMINAL SCREEN DRAWING SUBROUTINE >>>>>>>>

UTERMINAL

                 TERMINAL               

NEXT

 CAL: #RC, 1
 $V1$
                                        
 <<<<<<< Standout Line Procedure >>>>>>>>>>

HILINE

                                                                               
     <<<<<< TIME POSE SUBROUTINE >>>>>>>>>

PAUSE

If they want to quit, do so

MASTER1

  # GENERIC SUN
  machine		sun
  cpu		"SUN2"
  ident		GENERIC
  timezone	8 dst
  maxusers	4
  options		INET
  
  config		vmunix		swap generic
  
  pseudo-device	rpc
  pseudo-device	nfs
  
  controller	xyc0 at mb0 csr all virt 0xebee40 priority 2 vector xyintr 72
  disk		xy0 at xyc0 drive 0
  disk		xy1 at xyc0 drive 1
  
  tape		mt0 at tm0 drive 0 flags 1
  tape		mt1 at tm1 drive 0 flags 1

GO

 One of the most important files on your UNIX system is:
               /usr/sys/conf/GENERIC

 This file lists all of the possible peripheral devices.
 The GENERIC file is used by the system configuration
 programs for obtaining device information that enables them
 to generate the configuration files.
 Now please look at the contents
 of the GENERIC file on your
 UNIX system by printing it on 
 your screen with more.
 $PROMPT$
 That is correct!
 You've got it on the 2nd try.
 Good, you understand the concept.
 Please type 
         more /usr/sys/conf/GENERIC
 Please type 
         more /usr/sys/conf/GENERIC
 You will be helped this time!
 $PROMPT$
                                 

FORGET1

 cat /usr/sys/conf/GENERIC
 Please observe the result on the next screen.
??? michael fix this for dos