helenos icon indicating copy to clipboard operation
helenos copied to clipboard

A portable microkernel-based multiserver operating system written from scratch.

Results 8 helenos issues
Sort by recently updated
recently updated
newest added

These changes start a full pipes support. In particular this branch introduces following commands: - **>** Save output to a file. - **

Hello guys, To make the porting of the NES emulator possible, I needed a few math operations (log(), sqrt(), pow() and scalbn()) that are not available in the mainline HelenOS...

Had a free afternoon, so I dedicated it to solving my longstanding gripe with the repository :) For a basic explanation of the guidelines I'm following here, see https://reuse.software/. Effectively,...

Replaces countdown with an immutable deadline, which allows us to remove `timeout->lock` and simplify the code quite a bit.

## Ticket 629 (http://www.helenos.org/ticket/629). That is a prototype of the support for network packet capture. I am doing it as a bachelor thesis at MFF UK. I will be grateful...