xaizek / tos (License: GPLv3 only) (since 2018-12-07)
This is an alternative version of sources presented as part of Write Your Own OS video tutorial by Viktor Engelmann.
<root> / src / drv /
File Mode Size
ATA.cpp 100644 3,605B
ATA.hpp 100644 919B
VGA.cpp 100644 4,532B
VGA.hpp 100644 1,413B
amd_am79c973.cpp 100644 5,921B
amd_am79c973.hpp 100644 2,158B
drivers.cpp 100644 940B
drivers.hpp 100644 1,521B
keyboard.cpp 100644 1,165B
keyboard.hpp 100644 875B
mouse.cpp 100644 1,758B
mouse.hpp 100644 1,003B
rtl8139.cpp 100644 4,295B
rtl8139.hpp 100644 1,506B
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/tos

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/tos

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master