Increase queue size to 64.
[pintos-anon] / src / devices / intq.h
index 5c278faf7788612c1090373c96ca092da74d4f7c..161d7eb5a161780c79749483a278a608a35a3c0b 100644 (file)
@@ -27,7 +27,7 @@
    handlers. */
 
 /* Queue buffer size, in bytes. */
-#define INTQ_BUFSIZE 8
+#define INTQ_BUFSIZE 64
 
 /* A circular queue of bytes. */
 struct intq