how?
1- u need linux distro (ubuntu,,,debian .....)
2- install git y make
sudo apt update
sudo apt install git
sudo apt install make
3- clone source code en home
cd /home/your user
git clone multi-cs/multics
4- go to multics
cd multics
5- make directory for system u want to compil
mkdir x x32 x64 multics
6- star compil
make target=x
or
make target=x32
or
make target=x64
after that you have your multics
en multics...
how you compil multics
1- u need linux distro (ubuntu,,,debian .....)
2- install git y make
sudo apt update
sudo apt install git
sudo apt install make
3- clone source code en home
cd /home/your user
git clone multi-cs/multics
4- go to multics
cd multics
5- make directory for system u want to compil
mkdir x x32 x64 multics
6- star compil
make target=x
or
make target=x32
or
make target=x64
after that you have your multics
en multics...
how you compil multics