Skip to content

Commit 8a6cf12

Browse files
Fixed grammar and made "porting wind32 API to Rewrite"
post look nicer
1 parent 4062122 commit 8a6cf12

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

_posts/2025-03-15-porting-win32.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@ author: KapTheGuy
66
tags: "Free95"
77
---
88

9-
I, the author, Kap Petrov, have been assigned the task of **Doing the PS/2 Mouse/Keyboard Driver** and **Implementing Windows API** for
10-
the rewrite of Free95.
9+
I, the author, Kap Petrov, have been assigned the task of **developing the PS/2 mouse/keyboard driver** and **implementing the Windows API** for the Free95 rewrite.
1110

12-
I will work mainly on the FAT16 driver, and graphics driver & Win32 API.
11+
I will primarily work on the FAT16 driver, graphics driver, and Win32 API.
1312

14-
Things needed to get working on Windows API:
15-
- User Mode
16-
- An executable loader
17-
- Graphics driver (for GUI applications)
18-
- Syscalls
13+
### Things needed to get the Windows API working:
14+
- User mode
15+
- An executable loader
16+
- A graphics driver (for GUI applications)
17+
- Syscalls
1918

20-
And i'll do all of these. For the executable loader, i'm gonna implement an ELF one first for testing the Win32 API and such, and
21-
then i'll work on the PE Loader.
19+
I will handle all of these. For the executable loader, I will first implement an ELF loader to test the Win32 API, and then I will work on the PE loader.
2220

23-
Version 0.2.1 will have basic ability of running Windows GUI Applications and a newly improved codebase.
21+
Version 0.2.1 will introduce basic support for running Windows GUI applications and a newly improved codebase.

0 commit comments

Comments
 (0)