cfenollosa / os-tutorial

How to create an OS from scratch
BSD 3-Clause "New" or "Revised" License
27.24k stars 3.3k forks source link

Will this series continue? #243

Closed ImOkapi closed 2 years ago

ImOkapi commented 2 years ago

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

wantyapps commented 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.

PauloDanielCarneiro commented 2 years ago

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.

wantyapps commented 2 years ago

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.

betapictoris commented 2 years ago

Duplicate of #202.