Skip to content

Commit e12d833

Browse files
committed
* Bumped kernel version to 1.5.0
1 parent f9521fd commit e12d833

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Includes/Public_VAR.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
inline char* OS_NAME = "SectorOS";
55

66
inline char* KERNEL_NAME = "SectorOS";
7-
inline char* KERNEL_VERSION = "V1.4.5";
7+
inline char* KERNEL_VERSION = "V1.5.0";
88
inline char* KERNEL_BUILD = "Build: 2021-11-24";
99
inline char* KERNEL_ARCH = "x86";
1010

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ CPU/PowerControl.o \
1515
Drivers/Keyboard.o \
1616
Drivers/HDD-ATA.o \
1717
Drivers/VGADriver.o \
18+
CPU/syscall.o \
1819
Drivers/Mouse.o \
1920
Drivers/RTC.o \
2021
Hardcom/SerialPort.o \

0 commit comments

Comments
 (0)