Bez popisu

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

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