Can i learn about operating systems by studying Redox?

Hi, My knowledge about operating system internal is zero. I want to ask if i can learn about operating systems by studying Redox ? Is there enough documentation to teach me everything i need to know about the kernel, display server and other low level stuff ?

Also, is there a place where the kernel design is documented, to learn about it and implement it in any language without the need to read the C code of Linux or Minix ?

1 Like

Yeah, Redox documentation can teach you a lot of stuff about low-level/OSes, but I recommend you to read the 700 articles of OSDev wiki, they are much more complete and technical, reading OSDev wiki you can create any OS with advanced features.

https://wiki.osdev.org/Expanded_Main_Page

1 Like

Thanks a lot, that was so helpful.