Fixed the serial port bug that caused a FIFO overflow in Bochs.

This commit is contained in:
2020-06-19 13:49:10 -05:00
parent 84f64badaf
commit 4c4054451c
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#ifndef KERNEL_VERSION_NUMBER
#define KERNEL_VERSION_NUMBER "0.0.1-348"
#define KERNEL_VERSION_NUMBER "0.0.1-354"
#endif