AlgorithMan-de / wyoos

Source codes for the "Write your own Operating System" video-series on YouTube
http://wyoos.org
GNU General Public License v3.0
719 stars 222 forks source link

How do I compile the source code? #25

Open holysheep015 opened 3 years ago

holysheep015 commented 3 years ago

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.

VishnuRathore98 commented 3 years ago

Why don't you use the makefile ...

M1sterPl0w commented 2 years ago

@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.)