wyoos
wyoos copied to clipboard
How do I compile the source code?
Hello, I don't know how to compile the OS. Can somebody send me a cmd/bat/sh command file to build it please? Thanks in advance.
Why don't you use the makefile ...
@holysheep015 Maybe you should watch the tutorial, the author does explain it very well. There are no quick fixes here.
make mykernel.bin (creates a bin file) make mykernel.iso (creates a iso file) make run (does all above and starts VM, If you have created one.)