I don't really need to explain this one much do I?
Thanks!
-astronomize
Is there an OS Dev discord?
-
- Posts: 2
- Joined: Sun Jul 12, 2020 6:35 pm
- Libera.chat IRC: Intel
Is there an OS Dev discord?
Code: Select all
#include <stdio.h>
void main() {
printf("Hello osdev.org!");
}
Re: Is there an OS Dev discord?
There is no Discord server officially associated with this forum. The closest tie we have to a chat platform is the #osdev IRC channel on Freenode. There is an independent OS development Discord, but I don't have an invite link for it.
Re: Is there an OS Dev discord?
Yeah, we're not affiliated or something but here's a link: https://discord.gg/RnCtsqD, same link as in Chat.
-
- Posts: 2
- Joined: Sun Jul 12, 2020 6:35 pm
- Libera.chat IRC: Intel
Re: Is there an OS Dev discord?
Okay, thanks!
Code: Select all
#include <stdio.h>
void main() {
printf("Hello osdev.org!");
}