polard8 / kernel

Polar D8 kernel.
https://github.com/polard8/kernel
MIT License
646 stars 35 forks source link

How to compile ? #31

Closed luandkg closed 2 years ago

luandkg commented 3 years ago

When I ran ./run happen this error "qemu-system-x86_64: -hda GRAMADO.VHD: Could not open 'GRAMADO.VHD': No such file or directory"

How can I create this GRAMADO.VHD ?

zBl4ckUser commented 3 years ago

Hi! To compile Gramado you just need to run the "make" command in terminal(if you already have all the dependencies)

frednora commented 2 years ago

The system has two repositories at the moment. One called gramado/ and another one called hot/ . You can use 'make' to compile everything in the given repository. If hot/ is present at the same parent directory so, gramado/ is gonna import some files from hot/ .... (build/gramado ... build/hot)