unix-v6
unix-v6 copied to clipboard
Compile
How do i compile?
You need first to bring it to the c99/c11 standard. Then you go to the /ken/ dir and run command line.(you must have GCC installed). In the command prompt you run the command gcc -o main.bin main.c -nostdlib
Also, a "revision" to the code is at https://course.ccs.neu.edu/cs3650/unix-xv6/HTML/mains.html
If you don't have GCC , you can install it from https://gcc.gnu.org/install/
And to run it you just use QEMU.