tokarskiy fa48904d40 Удалить 'desc.md' | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
bin | %!s(int64=2) %!d(string=hai) anos | |
build | %!s(int64=2) %!d(string=hai) anos | |
programs | %!s(int64=3) %!d(string=hai) anos | |
src | %!s(int64=2) %!d(string=hai) anos | |
Makefile | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
build.sh | %!s(int64=3) %!d(string=hai) anos | |
gdb_debug_commands | %!s(int64=3) %!d(string=hai) anos | |
hello.txt | %!s(int64=3) %!d(string=hai) anos |
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