You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed a bug in PMM
* Implemented function to retrieve cpuinfo
* Implemented a driver for keyboard
* Implemented a new shell
* Removed debug symbol support
* Added a new data structure 'list'
* Implemented a new Pseudorandom number generator
* Added new string operators
* Updated link.ld
* Fixed all warnings except one in serial.c
* Added a function to read timestamp counter
* Added a function to measure cpu clock speed
* Updated textmode driver
* Updated Makefile
* Incremented kernel version
* Implemented a function to dump contents of a memory address to screen or serial port
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@
6
6
<h1align="CENTER">SectorOS-RW4</h1>
7
7
8
8
<palign="CENTER">
9
-
SectorOS-RW4 is a rewrite 4 operating system project, currently in progress. This README file provides important information about the project, including how to build and run it.
9
+
SectorOS-RW4 is the 4th rewrite of SectorOS project, currently in progress. This README file provides important information about the project, including how to build and run it.
10
10
Kernel Version
11
11
</p>
12
12
<hr>
13
13
<br>
14
14
15
15
16
16
## 🧱 Kernel
17
-
The current kernel version for SectorOS-RW4 is v2.23.03.7NR.<br>
17
+
The current kernel version for SectorOS-RW4 is v3.23.03.8NR.<br>
0 commit comments