WonderWitch/FreyaOS: Difference between revisions

From WSdev Wiki
Jump to navigationJump to search
(Created page with "FreyaOS is an operating system and library set for WonderWitch, present in the second-to-last 64 KB of any WonderWitch cartridge. It provides the following library functionality: * process management, * file system access, * IL library management. It additionally provides an user interface, which allows launching programs and performing file management/transfer operations. == Revisions == * FreyaOS 1.0.0 * FreyaOS 1.0.2 (September 2nd, 2000 <r...")
 
mNo edit summary
Line 19: Line 19:
* FreyaOS 1.1.3 (June 26th, 2001 <ref name="history2001"/>)
* FreyaOS 1.1.3 (June 26th, 2001 <ref name="history2001"/>)
* FreyaOS 1.1.4 (September 27th, 2001 <ref name="history2002">[http://wonderwitch.qute.co.jp/history200207.htm WonderWitch これまでの歩み 2002]</ref>)
* FreyaOS 1.1.4 (September 27th, 2001 <ref name="history2002">[http://wonderwitch.qute.co.jp/history200207.htm WonderWitch これまでの歩み 2002]</ref>)
* FreyaOS 1.1.5 (March 5th, 2002 <ref name="history2001"/>)
* FreyaOS 1.1.5 (March 5th, 2002 <ref name="history2002"/>)
* FreyaOS 1.1.6 beta1 (April 30th, 2002 <ref>[http://wonderwitch.qute.co.jp/announce/archives/msg00321.html FreyaOS βバージョン提供のお知らせ]</ref>)
* FreyaOS 1.1.6 beta1 (April 30th, 2002 <ref>[http://wonderwitch.qute.co.jp/announce/archives/msg00321.html FreyaOS βバージョン提供のお知らせ]</ref>)
** Fixed IRAM corruption when calling ''open()''/''stat()'' after initializing SoundIL.
** Fixed IRAM corruption when calling ''open()''/''stat()'' after initializing SoundIL.

Revision as of 05:54, 17 March 2024

FreyaOS is an operating system and library set for WonderWitch, present in the second-to-last 64 KB of any WonderWitch cartridge.

It provides the following library functionality:

  • process management,
  • file system access,
  • IL library management.

It additionally provides an user interface, which allows launching programs and performing file management/transfer operations.

Revisions

  • FreyaOS 1.0.0
  • FreyaOS 1.0.2 (September 2nd, 2000 [1])
  • FreyaOS 1.0.3 (November 1st, 2000 [2])
  • FreyaOS 1.1.0 (December 24th, 2000 [3])
  • FreyaOS 1.1.1 (February 7th, 2001 [3])
  • FreyaOS 1.1.2 (June 20th, 2001 [3])
  • FreyaOS 1.1.3 (June 26th, 2001 [3])
  • FreyaOS 1.1.4 (September 27th, 2001 [4])
  • FreyaOS 1.1.5 (March 5th, 2002 [4])
  • FreyaOS 1.1.6 beta1 (April 30th, 2002 [5])
    • Fixed IRAM corruption when calling open()/stat() after initializing SoundIL.
  • FreyaOS 1.2.0 (July 13th, 2002 [6])
    • Validated for SwanCrystal consoles.
  • FreyaOS 1.2.0S
    • Special, stripped-down version of FreyaOS 1.2.0 used on pre-programmed Judgement Silversword and Dicing Knight cartridges.

Notes