unix-like
Here are 98 public repositories matching this topic...
Stats Plot Rounding
It look like some currencies have more precision in the mouseover display on the plot than others. For example, EOS shows many digits past the decimal while ETH only shows two. Adding a few more digits would make interpreting the charts much easier. The left plot shows the rounding I'm describing and the right shows the higher precision that EOS displays.
 Also, if you want to port a program, even if it would other wise work on skiftOS, you would have to figure out how to add it, base
-
Updated
May 31, 2020 - C++
-
Updated
May 1, 2020 - C++
Documentation
Polese, consider spending some time writing documentation.
Documentation should cover: initialization and state of registers after boot.
How virtual memory is managed and others important algorithms.
man command
Implement a man command that also formats the man pages (not just prints them as they are like more)
-
Updated
Apr 7, 2017 - C
-
Updated
Apr 5, 2020 - C
-
Updated
Dec 5, 2017 - Roff
-
Updated
May 7, 2020 - C
-
Updated
Nov 12, 2018 - C
Lock primitives (spinlock, mutex, semaphore, rwlock) should all have their is_locked() function.
This could be used in debugging assertions to make sure some golden rules are respected all along the kernel (lots of functions are assuming that some datas are already locked etc.).
Biggest beneficiaries are the vaspace_* functions. They assumes current thread and current virtual add
-
Updated
Aug 13, 2018 - C
-
Updated
Mar 12, 2020 - Python
-
Updated
Apr 29, 2020 - C
-
Updated
Nov 26, 2019 - C
-
Updated
Dec 12, 2019 - Python
-
Updated
Jun 21, 2020 - C
Improve this page
Add a description, image, and links to the unix-like topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unix-like topic, visit your repo's landing page and select "manage topics."
I mean. on main page, PLEASE write how to port/build/write programs to this OS. Should I run some compiler ? Can I write in C, or I must use JS as a source language ? I've read everything, but still does not understand how to make hello_world application from ground.