Closed ImOkapi closed 2 years ago
I actually used this tutorial to help me understand how certain VGA drivers and the kernel works. I do think it is based on https://wiki.osdev.org though.
Yes, that is stated in the readme... I imagine someone could fork it with the intention to continue the project. I think it would be hard for the original author to continue, as it have already 4 years since the last commit.
I actually made some changes to the kernel, but mainly private, so I think I can make a fork with some of the public ones. For example, I added verbosity and other stuff to the Makefile, added multiple makefiles for each module of the kernel (libc
, kernel
etc.). I also added comment-docs for almost every function in the kernel.c file (I actually kinda need help with that) and am working on a log feature like Linux's holy dmesg
.
Duplicate of #202.
Please make this series continue, It helped me learn how to make an OS A LOT. And i'm sure it will help a lot more people