Skip to content

Releases: Xv64/OS

0.25

25 Dec 22:50
Compare
Choose a tag to compare

Merry Chirstmas!

Version 0.25 offers the following improvements over 0.2:

  • Functioning AHCI/SATA Implementation!
  • New Virtual Filesystem layer for easier FS development.
  • New process scheduling with userland idle task & process prioritization
  • system command
  • uptime command
  • 8 new Sys calls, including:
    • amblessed
    • ticks
    • halt
    • info
    • nprocs
    • cpuhalt
    • getpriority
    • setpriority

Full diff can be viewed here: 0.2...0.25

0.2

26 Nov 01:03
ed851d8
Compare
Choose a tag to compare
0.2

Happy Thanksgiving!

Version 0.2 offers the following improvements over 0.1:

  • Loads of POSIX functions
  • 11 new Sys calls, including:
    • reboot
    • kconsole_info
    • seek
    • getppid
    • bless
    • damn
    • isblessed
    • bfork
    • mkvdev
    • pstate
    • pname
  • CGA color console support
  • ed
  • lisp
  • ps
  • user-land drivers, including:
    • /dev/zero
    • /dev/random
  • CPU prioritization for user-land drivers

Full diff can be viewed here: 0.1...0.2

0.1

15 Mar 14:23
Compare
Choose a tag to compare
0.1
remove debugging logs