MikeOS 4.4 released

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
M-Saunders
Member
Member
Posts: 155
Joined: Fri Oct 27, 2006 5:11 am
Location: Oberbayern
Contact:

MikeOS 4.4 released

Post by M-Saunders »

Hi everyone,

It's been a while coming, but this version features two new games (Sudoku and Cosmic Flight), various enhancements to the BASIC interpreter, and updates for included programs. Full changelog below. You can download it from the site:

http://mikeos.sourceforge.net

Thanks to everyone who contributed and tested!

Cheers,
Mike


# New game: MikeOS Sudoku (SUDOKU.BAS), a puzzle game

# New game: Cosmic Flight (CF.BAS) from Joshua

# BASIC: string additions now possible with literal strings, other string variables, or numeric variables, eg: $1 = $2 + "foo" + x + "bar"

# BASIC: Use "x = VARIABLES" to determine where BASIC stores its numeric variables

# BASIC: New BREAK command to halt execution and show line number

# BASIC: Now displays line numbers with error messages

# BASIC: New CASE command from Joshua (changes case of a string)

# BASIC: New ELSE keyword from Joshua (used with IF)

# BASIC: New FILES command from Joshua (shows file listing from disk)

# Updated MikeBASIC Plus Plus (MBPP.BAS) to version 3.2.1

# Updated Calculator (CALC.BAS) to 2.0.0

# Bump API to version 16

# Handbook fixes
MikeOS -- simple, well-documented x86 real-mode OS written in assembly language
http://mikeos.sourceforge.net
Post Reply