Sen descrición

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

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