We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e269e00 commit 0bac05bCopy full SHA for 0bac05b
_posts/2025-03-20-new.md
@@ -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