Skip to content

Releases: StjepanBM1/OS-1

OS/1: Version 6.0.0

09 Apr 13:53
Compare
Choose a tag to compare

Changes:

   -   BBFS:
        >   removed

    -   LDFS:
        >   removed

    -   LPFS:
        >   new FS for OS/1
        >   read, write or remove files up to 18KiB
            in size
        >   format command

    -   IVT:
        >   custom interrupts to make developing
            software for OS/1 easier

    -   MP:
        >   more disk commands
        >   added cmd. line arguments
        >   a text editor called "td" added

    -   Pinboard:
        > removed from the base OS

Running (in QEMU):

either make run or qemu-system-i386 -drive format=raw,file="disk.img",index=0,if=floppy

OS/1: Version 5.5.0

26 Jan 09:12
Compare
Choose a tag to compare

Changes (Pinboard):

  • added an About tab
  • Disk A now displays disk label instead of default Disk A
  • minor other changes when it comes to closing windows

OS/1: Version 5.4.0

18 Dec 17:44
Compare
Choose a tag to compare

CHANGES (BBFS mostly):

  • read block support
  • write block support
  • blocks are now executable
  • 12 char block names
  • block size limited to 512B (-12B for the name)

OS/1: Version 5.3.0

18 Nov 17:40
Compare
Choose a tag to compare

Changes:

  • partial working BBFS driver (read only) for more info check kernel/fs/bbfs/bbfs.txt
  • changes to the Makefiles

OS/1: Version 5.2.1

24 Oct 12:08
Compare
Choose a tag to compare

Final update. After this OS/1 will move away from the 5.x architecture to a new one.

Added:

  • calling of kernel panic from the MP-OS/1

OS/1: Version 5.1.0

27 Aug 07:47
Compare
Choose a tag to compare
Operating System/1 Average Release 5.1.0

================================================

Changes:
    -   usage of Unreal / Big Real / Voodoo mode
    -   multiple disk drive support (drives A & B)
    -   switch to a more stable kernel
    -   switch to a Monitor Program as the default shell
    -   minor changes to Pinboard

OS/1: Version 5.0.0 - Development preview

28 Jul 08:51
Compare
Choose a tag to compare

THIS IS A DEVELOPMENT PREVIEW VERSION MANY OF THE FUNCTIONS HAVE BEEN LOCKED OUT UNTIL THE FINAL RELEASE

THIS RELEASE INCLUDES A PROTOTYPE CALLED "WORKSTATION EDITION"

disk_ar

  • only shell and paint are available to the user, other are locked
  • Paint is still in final stages of development

disk_we

  • Workstation Edition of OS/1
  • runs in Unreal Mode
  • supports 2 diskette drives

Running the disk file

qemu-system-i386 -fda <disk>

OS/1: Version 5.0.0

04 Aug 11:45
Compare
Choose a tag to compare

###Operating System/1 version 5.0.0
Average Release

  • revert to UI style of OS/1 3.0.0
  • improved Paint
  • improved DUNE

Workstation Edition

  • more stable kernel, nicknamed Gershwin
  • support for 2 diskette drives (A & B)
  • Monitor Program for OS/1 (MP-OS/1)

OS/1: Version 4.0.0

01 Jun 19:54
Compare
Choose a tag to compare

Dev comment: please read the release notes about why this version is so barebones

Changes:

  • a new kernel called DUNE
  • a simple DOS-like shell

OS/1 : Version 3.0.0

06 Apr 13:20
Compare
Choose a tag to compare

Dev comment : This is a very bad version. It was supposed to feature a file system called LPFS, but that was scrapped.

Changes

  • New UI called Pinboard
  • Paint now supports multiple colors
  • Shell change