summaryrefslogtreecommitdiff
path: root/readme.txt
blob: 7f4a2e2d2386ac4b66a48606e985dffac159e5b2 (plain) (blame)
1
2
3
4
5
6
mercury is a 64-bit hobby operating system. to build and test it, you will need
some dependencies. these can be installed on debian with:
  apt install g++ gcc gdb git make nasm qemu-system-x86 xorriso
then, just run "make -jx", replacing x with the number of threads to use while
building. this will create a bios-bootable disk image in out/disk.iso. you can
then test it in qemu with gdb attached by running "make run".