Ruannilton / Learning-System-Dev

Project just out of curiosity about the development of operating systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SO

Project just out of curiosity about the development of operating systems

based on https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf

for execution you will need NASM, QEMU an MinGW added to Path done, that's just run Compile and Run.bat

NASM: https://www.nasm.us/pub/nasm/releasebuilds/2.14.03rc2/win64/ QEMU: https://qemu.weilnetz.de/w64/ MinGW: http://www.rose-hulman.edu/class/csse/binaries/MinGW/mingw-get-inst-20110530.exe

DONE: -bootloader -main kernel function in C -print to screen -clear screen

About

Project just out of curiosity about the development of operating systems


Languages

Language:C 49.1%Language:Assembly 42.2%Language:Batchfile 8.6%