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.
Subject SHA-1 Author Date
Add README e26ceb1d3cbdc76e4b4157b2204b2fc95c944069 xaizek 2018-04-12 16:28:38
Drop tasks from manager when they are done f55d8cc4b95639cfd359b90d3830da0c89a06536 xaizek 2018-04-12 14:29:46
Leave TCPSocket::send on socket close 9c0cf63fb1e8371c0afe58ea9152684cfd89ac3e xaizek 2018-04-12 14:28:09
A couple of stylistic changes 4002e5a3439869cf5d4bce93a2feea8008c4be05 xaizek 2018-04-12 13:55:32
Introduce and use Field[s] class 3c3364de4f9eb02a15a7d175ca36482cdb4624ae xaizek 2018-04-12 11:45:42
Use span class in more places 1be74550a6ab6b6e7176fb9e9eacc2df79e87d3b xaizek 2018-04-12 09:03:17
Update drive image with file with large contents ab4ef349f8e17a60646f91e998b0c522de771692 xaizek 2018-04-12 09:01:10
Fix bugs in reading files 888a93b2b76bf5d903eb777bd6e9d6b3a8634251 xaizek 2018-04-12 09:00:24
Introduce FAT class 94ae3c0eeefc0a1baa186b8a74509e024ae3bb8f xaizek 2018-04-11 20:03:31
Better code in fs/fat unit 4f3df597ebe34811da23608d977b012fbdc09659 xaizek 2018-04-11 18:53:03
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