Nenhuma descrição

tokarskiy fa48904d40 Удалить 'desc.md' 2 anos atrás
bin c959802189 Some fixes 2 anos atrás
build c959802189 Some fixes 2 anos atrás
programs 02279b417f Implemented a print kernel 0x80 command 3 anos atrás
src c959802189 Some fixes 2 anos atrás
Makefile ec0aa8e4df Implemented the Virtual Keyboard Layer 3 anos atrás
README.md c959802189 Some fixes 2 anos atrás
build.sh 82db299102 Initial commit 3 anos atrás
gdb_debug_commands d6e6aba377 Implemented a FAT16 resolver 3 anos atrás
hello.txt bc226559d8 Processes, tasks partially implemented 3 anos atrás

README.md

My test 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