raphydaphy / Q-Operating-System

Q OS is a versatile operating system designed with the new features of 64 bit "long mode" CPU's in mind that focuses on making everything as simple as possible for the end user
http://q-os.tech
GNU Lesser General Public License v3.0
151 stars 42 forks source link

run in repl? #329

Open 17lwinn opened 2 years ago

17lwinn commented 2 years ago

hi, I tried running this in repl.it- which can use qemu but it throws many errors during the compilation process.

'__shrinkTrigger' defined but not used
 cc1 all warnings being treated as errors
Makefile:66: recipe for target 'kernel/inc/hashmap.o' failed error 1

Any help? I followed all the instructions in the docs. code is here (just click 'run' at the top')