From ca693386c9ab35d41db26cef15b743d7dce912fa Mon Sep 17 00:00:00 2001 From: Garrett Battaglia Date: Sat, 23 Sep 2017 17:14:17 -0500 Subject: [PATCH 1/3] Update README.MD --- README.MD | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.MD b/README.MD index d4e1a5947..1c2973451 100755 --- a/README.MD +++ b/README.MD @@ -58,6 +58,15 @@ ExOS extends the [MIT exokernel](https://pdos.csail.mit.edu/archive/exo/) by rem - [ ] SAS - [ ] M.2 +## Helping out + +### contacting us +* [slack](https://join.slack.com/t/exos-dev/shared_invite/enQtMjI2OTE2NjYzOTU4LTJhZTIyOTNkYmY2MjcxN2RjZTUzZjhkYTAzZTNlOThkODZkZmE5ODI3ODA0MjBlNDY3Mjg3OWNjODQ0ZGM3NDU) +* Email + * Garrett: exos@garrettbattaglia.info + * Oskari: Coming soon + + ## Building ### Precompilation steps From 7f071108ddf81e43eca89d60b5d0cffb8c75d25f Mon Sep 17 00:00:00 2001 From: Garrett Battaglia Date: Sat, 23 Sep 2017 17:22:05 -0500 Subject: [PATCH 2/3] Update README.MD --- README.MD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 1c2973451..2bbad60ce 100755 --- a/README.MD +++ b/README.MD @@ -60,12 +60,16 @@ ExOS extends the [MIT exokernel](https://pdos.csail.mit.edu/archive/exo/) by rem ## Helping out -### contacting us +### Contacting us * [slack](https://join.slack.com/t/exos-dev/shared_invite/enQtMjI2OTE2NjYzOTU4LTJhZTIyOTNkYmY2MjcxN2RjZTUzZjhkYTAzZTNlOThkODZkZmE5ODI3ODA0MjBlNDY3Mjg3OWNjODQ0ZGM3NDU) * Email * Garrett: exos@garrettbattaglia.info * Oskari: Coming soon +### But, what can ***I** do??? +The best thing you can do is write code. If you know a system like the ones listed above, write a driver for it. If there's a bug that catches your fancy try and patch it. + +If you can't code theres still stuff for you. If you can write our readme or wiki might intrest you. You can run this and test it out. If you have an issue open a bug. ## Building From fe1c818fa40dcbe3f3fa46df611ecf124a0e5412 Mon Sep 17 00:00:00 2001 From: Garrett Battaglia Date: Sat, 23 Sep 2017 17:22:31 -0500 Subject: [PATCH 3/3] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 2bbad60ce..5f9d3eb71 100755 --- a/README.MD +++ b/README.MD @@ -66,7 +66,7 @@ ExOS extends the [MIT exokernel](https://pdos.csail.mit.edu/archive/exo/) by rem * Garrett: exos@garrettbattaglia.info * Oskari: Coming soon -### But, what can ***I** do??? +### But, what can ***I*** do??? The best thing you can do is write code. If you know a system like the ones listed above, write a driver for it. If there's a bug that catches your fancy try and patch it. If you can't code theres still stuff for you. If you can write our readme or wiki might intrest you. You can run this and test it out. If you have an issue open a bug.