OS experimentations in CPP (following Tutos and try/broke/fail by my own)
To compile project well, we need to install some libs:
$ sudo apt-get install g++ binutils libc6-dev-i386 xorrisoWe use VirtualBox to load our things and check...
- Download here: https://www.virtualbox.org/wiki/Linux_Downloads
We use makefile to compile and run project.
$ make run: should be use to compile and run project into VM container.$ make cleanup: should be used to cleanup compiled stuff after use. It does not kill/shutdown the VM.