Skip to content

Releases: Arun007coder/SectorOS

SectorOS v2.4.1

29 Jan 12:04
8625d9d
Compare
Choose a tag to compare

Changelog

  • semi implemented driver for amd pcnet-FAST III
  • bumped kernel version to 2.4.1
  • Added 2 new syscalls writehdd and readhdd
  • Added syscalls.txt
  • Updated interrupts.txt

SectorOS v2.3.1

09 Jan 10:21
68eb7ed
Compare
Choose a tag to compare

Changelog

  • Implemented semi scrolling
  • Bumped kernel version to 2.3.1

SectorOS v2.2.2

07 Jan 11:22
74fabe4
Compare
Choose a tag to compare

Changelog

  • Fixed the Fat filesystem driver
    Before the fix it cannot identify partitions and files

  • Fixed the ata driver
    The read function was broken

  • Bumped the kernel version
    Bumped the kernel version the 2.2.2

SectorOS v2.2.1

06 Jan 09:50
ca14a11
Compare
Choose a tag to compare

Changelog

  • Implemented task changing
  • updated INTTOCHARPOINT
  • Bumped SectorOS kernel version
  • Added new syscalls

SectorOS v2.1.6

10 Dec 18:15
987003e
Compare
Choose a tag to compare

SectorOS v2.1.6

changelog

  • Trying to implement custom handler for keyboard
  • Added new syscall Reboot

SectorOS v2.1.4

08 Dec 11:09
3fa4feb
Compare
Choose a tag to compare

Sectoros v2.1.4

  • Now can change the shell prompt message
  • New command export
  • Bumped SOSH version to v1.1.2

SectorOS v2.1.3

02 Dec 12:30
08793d8
Compare
Choose a tag to compare

SectorOS v2.1.3

  • partially implemented task changer
  • Added new command tsk

Automatic Release Commit

25 Nov 13:21
de32de2
Compare
Choose a tag to compare

Commits

  • de32de2: * Added support to msdos partition table and fat32 file system (Arun007coder)