Skip to content

Commit 0bac05b

Browse files
authored
Create 2025-03-20-new.md
1 parent e269e00 commit 0bac05b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

_posts/2025-03-20-new.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: post
3+
title: "New beta release"
4+
date: 2025-03-20
5+
author: KapTheGuy
6+
tags: "Free95"
7+
---
8+
9+
Free95 0.3.0 Beta 1 was just released on github, https://github.com/Versoft-Software/Free95/releases/tag/0.3.0-beta1
10+
11+
It includes a proper userspace, with both an ELF and EXE loader (Configurable by changing a define in kernel.c).
12+
13+
Although the EXE Loader is a bit broken while working with strings (eg. NtDisplayString will display random string instead of one given)
14+
and we're actively working to fix it.
15+
16+
There is only 2 NT Syscalls yet:
17+
18+
- NtDisplayString
19+
- NtOpenFile
20+
21+
All of them are NT 4.0, ofcourse. Next beta is estimated to be released in ~3 weeks.

0 commit comments

Comments
 (0)