Stage D < Installation < Viivi's Cell < Entrance


Viivi Installation Stage D

Here the Viivi installation process of Stage D is summarized briefly.
If you are familiar with the system, or if you like simple explanation, please follow the items on this page.
If you do not know what to do with the simple explanation, please follow the detailed instructions in the link for each item.

Edit the Configuration File

Viivi is highly customizable.
As an example here, we make Viivi not to show the title when it boots-up.
  1. Copy Viivi configuration file
    Copy the configuration file viivi.vcnf in the Viivi system directory into the working directory created in Stage C.

  2. Edit the copied configuration file
    Edit the copied configuration file viivi.vcnf in the working directory at the original description
    	(viivi-set! verbosity-bitset 15)
    to the new description
    	(viivi-set! verbosity-bitset 7)

  3. Run Viivi (Stage D)
    If you have done it correctly so far, you can boot up Viivi in the working directory, without showing the Viivi title.

    In the terminal/CMD window, change the directory to the working directory (created at 1.).
    (The home directory on Windows platform is assumed here as C:\Users\ilma\.)
    	$ cd ${HOME}/vwrk/⮠			for Unix-like platforms (sh system) ($ is the shell prompt)
    	% cd ${HOME}/vwrk/⮠			for Unix-like platforms (csh system) (% is the shell prompt)
    	> cd C:\Users\ilma\vwrk\		for Windows platforms (> is the cmd prompt)
    
    Now try to run the boot-up file with an argument-command "-K" as
    	$ viivi -K⮠		for Unix-like platforms (sh system) ($ is the shell prompt)
    	% viivi -K⮠		for Unix-like platforms (csh system) (% is the shell prompt)
    	> viivi -K⮠		for Windows platforms (> is the cmd prompt)
    
    If you see the Viivi's prompt
    	> 
    at the end of the output, then the installation process at Stage C was successful.

  4. As we did in Stages A, B, and C, try to input 30 and (exit) to see the same results.

The setting for the opening title here is effective only in the kernel-mode booted with the argument-command 「-K」.
It does not affect in the IDE-mode booted with the argument-command 「-G」.

If you succeeded in the installation Stage D here, all of the installing process is complete. Congratulations!


Do you have a problem here?
Please refer to Troubled at Stage D.



Stage D < Installation < Viivi's Cell < Entrance


Contact

Exhibited on 2022/03/02
Updated on 2022/03/15
Copyright(C) 2003-2022 ilma <ilma@viivi.io> All rights reserved.