tokarskiy fa48904d40 Удалить 'desc.md' | hace 2 años | |
---|---|---|
bin | hace 2 años | |
build | hace 2 años | |
programs | hace 3 años | |
src | hace 2 años | |
Makefile | hace 3 años | |
README.md | hace 2 años | |
build.sh | hace 3 años | |
gdb_debug_commands | hace 3 años | |
hello.txt | hace 3 años |
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