taylor icon indicating copy to clipboard operation
taylor copied to clipboard

Getting this running

Open bjackson opened this issue 9 years ago • 1 comments

With a few changes, I was able to get this to successfully compile. Did you emulate this on QEMU? How did you do so? Could you elaborate on the toolchain you used?

bjackson avatar Jan 13 '16 06:01 bjackson

The build outputs a Multiboot-compatible kernel. I usually just run it directly with QEMU:

qemu-system-i386 -kernel taylor-kernel

That said, there's not really much to run.

klange avatar Jan 15 '16 18:01 klange