ntoskrnl VS website

Compare ntoskrnl vs website and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ntoskrnl website
1 186
- 1,228
- 0.1%
- 9.5
- 4 days ago
PHP
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ntoskrnl

Posts with mentions or reviews of ntoskrnl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-16.
  • Windows 11: Just say no
    12 projects | news.ycombinator.com | 16 Sep 2021
    This is part of what I read on HN:

    The first thing we observe is that the directory structure is basically identical. Yes, NT kernel subsystems are identified with short codes like "Ke" or "Ex". It's plausible that someone with a lot of NT knowledge would end up creating top level directories with these exact names, as is true of the WRK. But it seems kind of unlikely: the Wine sources do not show this pattern.

    If we look at the Kernel Executive (Ke) subtree, we can see that there is a thing called a "Balance Set Manager". Both source trees define it in a file called balmgr.c - not only the location of the file but also the file name is identical.

    https://github.com/Zer0Mem0ry/ntoskrnl/blob/master/Ke/balmgr... https://github.com/reactos/reactos/blob/master/ntoskrnl/ke/b...

    It appears from the module description that the "balance set manager" is an optimisation of some sort related to reducing memory usage. Is this really something that needs a reimplementation with identical function prototypes?

    Looking at the code of the identically named KeBalanceSetManager function, we can see that not only is the function prototype identical, but the order in which it does things is also identical. First it changes a thread priority, then it schedules a periodic timer callback.

    Some of the local variables in these functions have identical names: PeriodTimer, DueTime, WaitObjects. Yes, these are obvious names. It's not a smoking gun. But it's not looking good.

    Finally we discover that the ReactOS Balance Manager does .... nothing. It enters a loop which starts out by doing a wait for an event (fine, it's inherent to the task), and then switches on the result. But the code in the arms of the switch are commented out (the commented out code does a subset of the stuff in the NT code). The loop does nothing, just sits blocking in a loop forever. Why does this code in ReactOS exist if it does nothing?

    It's the same story for the other big function in this file, KiScanReadyQueues. The code is virtually identical, line for line, with minor formatting and occasional trivial naming differences. Even the assertions are identical.

    I'm not alleging anything specific or illegal, just comparing a small part of both codebases. However given what I've just seen, I wouldn't touch ReactOS with a barge pole. The Microsoft guy's complaint is entirely understandable.

    https://news.ycombinator.com/item?id=20345645

website

Posts with mentions or reviews of website. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-31.

What are some alternatives?

When comparing ntoskrnl and website you can also consider the following projects:

vscode-ripgrep - For consuming the ripgrep binary from microsoft/ripgrep-prebuilt in a Node project

WhyNotWin11 - Detection Script to help identify why your PC is not Windows 11 Release Ready. Now Supporting Update Checks!

pipewire - Mirror of the PipeWire repository (see https://gitlab.freedesktop.org/pipewire/pipewire/)

pop - A project for managing all Pop!_OS sources

reactos - A free Windows-compatible Operating System

void-packages - The Void source packages collection

krohnkite - A dynamic tiling extension for KWin

egpu-switcher - 🖥🐧 Setup script for eGPUs in Linux (X.Org)

markdown-preview.vim - ⚠️ PLEASE USE https://github.com/iamcco/markdown-preview.nvim INSTEAD

archweb - Arch Linux website code

flathub - Pull requests for new applications to be added

ubuntu.com - The official website for the Ubuntu operating system