summaryrefslogtreecommitdiff
path: root/kernel/ringbuffer.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-17 02:28:02 +0200
committerMiguel <m.i@gmx.at>2018-08-17 02:28:02 +0200
commitc742be9c738c91703a7be787639cad167de3a6b1 (patch)
treedb0e170dab1b7f34630489d0cb1d396c92f15c79 /kernel/ringbuffer.c
parent559eea53ecdd1e3e45f24d15e8739419b0cd647a (diff)
started reviving my fool os
Diffstat (limited to 'kernel/ringbuffer.c')
-rw-r--r--kernel/ringbuffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/ringbuffer.c b/kernel/ringbuffer.c
index cba7eb4..181679a 100644
--- a/kernel/ringbuffer.c
+++ b/kernel/ringbuffer.c
@@ -3,8 +3,6 @@
#include "ringbuffer.h"
-
-
// TODO: this is disabled because a kb interrupt can occur anytime
// and the kernel will need to access the ringbuffer while we are accessing!
// DO WE need a spinlock in general? do not use a global one anyway!!!!