Is there an OS Dev discord?

Questions, comments, and suggestions about this site should go here.
Post Reply
astronomize
Posts: 2
Joined: Sun Jul 12, 2020 6:35 pm
Freenode IRC: Intel

Is there an OS Dev discord?

Post by astronomize »

I don't really need to explain this one much do I?

Thanks!
-astronomize

Code: Select all

#include <stdio.h>
void main() {
  printf("Hello osdev.org!");
}
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Freenode IRC: klange

Re: Is there an OS Dev discord?

Post by klange »

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.
User avatar
thomtl
Member
Member
Posts: 66
Joined: Mon Sep 03, 2018 2:25 am

Re: Is there an OS Dev discord?

Post by thomtl »

Yeah, we're not affiliated or something but here's a link: https://discord.gg/RnCtsqD, same link as in Chat.
astronomize
Posts: 2
Joined: Sun Jul 12, 2020 6:35 pm
Freenode IRC: Intel

Re: Is there an OS Dev discord?

Post by astronomize »

Okay, thanks!

Code: Select all

#include <stdio.h>
void main() {
  printf("Hello osdev.org!");
}
Post Reply