FreeNOS icon indicating copy to clipboard operation
FreeNOS copied to clipboard

FreeNOS (Free Niek's Operating System) is an experimental microkernel based operating system for learning purposes written in C++. You may use the code as you wish under the terms of the GPLv3.

Results 9 FreeNOS issues
Sort by recently updated
recently updated
newest added

Issue #5 Changed the intelCore.h arguments to support the newer versions of the QEMU.

![touch_problem](https://user-images.githubusercontent.com/39360852/101066331-443e7600-35bc-11eb-963c-ad368ee9b4a6.png) It gives this error whenever creating a file.

[Error] bin/sh/Shell.cpp:212 executeInput -- forkexec '/server/filesystem/tmp/server' failed: No such file or directory

Hi, i really like your OS but i noticed that the kernel doen't support the threads and the linnfs driver doesn't support the writing, there are any plans for the...

The built-in command "shutdown" doesn't work. So I can't shutdown the OS. ![shutdown_fail](https://user-images.githubusercontent.com/42399105/62437256-0ede0a00-b775-11e9-9be6-675977bdecca.png)

Hi, Nielklinnenbank, ``` I fork this project, and trying to build it according to http://www.freenos.org/documentation/freenos-developers-handbook.html ``` Here is the snapshot when running "scons" on the root directory, thank you scons:...