Skip to content

Releases: flydeoo/mya

episode7

11 Feb 21:13
0e4a22f
Compare
Choose a tag to compare

qemu

you can run qemu via following command:

make run

and then start debugger via following command:

make debug

toolchain

you can use the following commands to run "build_toolchain.sh" script:

sudo chmod u+x build_toolchain.sh

and then:

sudo ./build_toolchain.sh

episode6

30 Jan 17:36
9b80472
Compare
Choose a tag to compare

qemu

you can run qemu via following command:

make run

and then start debugger via following command:

make debug

toolchain

you can use the following commands to run "build_toolchain.sh" script:

sudo chmod u+x build_toolchain.sh

and then:

sudo ./build_toolchain.sh

episode5

19 Jan 09:38
9f557ac
Compare
Choose a tag to compare

you can run qemu via following command:

make run

and then start debugger via following command:

make debug

episode3.1

09 Jan 12:58
99959af
Compare
Choose a tag to compare

you can run qemu via following command:

make run

and then start debugger via following command:

make debug

episode3

09 Jan 11:49
Compare
Choose a tag to compare

you can run qemu via following command:

make run

and then start debugger via following command:

make debug

episode2

09 Jan 08:23
2edf555
Compare
Choose a tag to compare

you can create binary file of "boot.asm" via following command:

nasm -f bin -o boot.bin boot.asm

and then run it in qemu via following command:

qemu-system-i386 -fda boot.bin