asveikau 4 months ago

Sorry this is going to be more impolite than most HN comments, but this person doesn't know what they're doing. WriteFile returns hardcoded TRUE. NtReadFile() returns a char*. NtWriteFile does a string compare if the filename is "CON", and the entire functionality is a strcpy() otherwise. This is not what a replacement Windows kernel looks like.

Source: https://github.com/Versoft-Software/Free95/blob/main/free95/...

  • mdaniel 4 months ago

    I really despise people that commit .dll and .exe files to git, and https://github.com/Versoft-Software/Free95/blob/main/free95/... isn't doing themselves any favors. However, https://github.com/Versoft-Software/Free95/blob/main/free95/... makes me wonder if this whole repo is some kind of elaborate joke or something

    • cosmotic 4 months ago

      What would you suggest as an alternative to checking in DLLs?

      • mdaniel 4 months ago

        In general I would expect a mixture of two things: since this is an open source project, it should be building those things from source (even if that source isn't in this specific repo), and/or [related to that one] if it has dependencies upon pre-built binaries then put those in the build script so a reasonable person could audit both what's in that .dll and where it came from. In this specific case it seems like it came from some rando spam site without any idea what is actually in the .dll

        This situation seems to be on brand for a repo that has a file named malware.c but I am addressing the general case that you asked

    • em3rgent0rdr 4 months ago

      Free95: "Free" as in "a free laugh".

OsrsNeedsf2P 4 months ago

Seems very WIP. Might be easier to start with something like ReactOS[0] and work backwards.

[0]https://reactos.org/

  • tgma 4 months ago

    Perhaps they won't even need to work backwards: their implementation claims to support NT syscalls for 95! Just deploy ReactOS then.

    • ryao 4 months ago

      I would have thought they could use KernelEx for that.

ash_fa 4 months ago

I would consider this project to be a joke. The code is nasty and you can barely consider this minimal graphical window, an operating system. There is basically nothing built there to contribute or at least that's my thought after reviewing their project on github.

wufocaculura 4 months ago

With ReactOS being around and given such a small target audience I don't expect this will go far.

To be honest I wonder if this ends up being part of some CTF challenge

grendelt 4 months ago

I used something like this back in the day to run Winamp when CarPCs were a thing (to play MP3s before MP3 player stereos came out).

If I knew what I knew now, I'd have done it so much differently, but it was the late 90s/early 2k and we use what we know.

kappetrov 4 months ago

Hmmm, why didn't i see this post before? i'm actually the lead developer of this. Don't believe? then don't. >:)

kittikitti 4 months ago

Can I run Crysis with this?