We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9521fd commit e12d833Copy full SHA for e12d833
Includes/Public_VAR.h
@@ -4,7 +4,7 @@
4
inline char* OS_NAME = "SectorOS";
5
6
inline char* KERNEL_NAME = "SectorOS";
7
-inline char* KERNEL_VERSION = "V1.4.5";
+inline char* KERNEL_VERSION = "V1.5.0";
8
inline char* KERNEL_BUILD = "Build: 2021-11-24";
9
inline char* KERNEL_ARCH = "x86";
10
Makefile
@@ -15,6 +15,7 @@ CPU/PowerControl.o \
15
Drivers/Keyboard.o \
16
Drivers/HDD-ATA.o \
17
Drivers/VGADriver.o \
18
+CPU/syscall.o \
19
Drivers/Mouse.o \
20
Drivers/RTC.o \
21
Hardcom/SerialPort.o \
0 commit comments