Aucune description

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

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