tokarskiy fa48904d40 Удалить 'desc.md' | il y a 2 ans | |
---|---|---|
bin | il y a 2 ans | |
build | il y a 2 ans | |
programs | il y a 3 ans | |
src | il y a 2 ans | |
Makefile | il y a 3 ans | |
README.md | il y a 2 ans | |
build.sh | il y a 3 ans | |
gdb_debug_commands | il y a 3 ans | |
hello.txt | il y a 3 ans |
Commands to build:
make clean
./build.sh
Command to run:
qemu-system-i386 -hda ./bin/os.bin
Commands to debug via GDB:
add-symbol-file ./build/kernelfull.o 0x100000
target remote | qemu-system-i386 -hda ./bin/os.bin -S -gdb stdio
break filename:80