Sin descripción

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

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