Skip to content
forked from SpaceOC/NRC

NRC (Not Real Core) is a kernel designed to make it easier and faster to create pseudo-OS in C/C++.

License

Notifications You must be signed in to change notification settings

Vanello1908/NRC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

NRC (Not Real Core) is a core designed to simplify and speed up the creation of C/C++ pseudo-OS.

What is currently available:

  • User Management Manager (and the users themselves)
  • A class that allows you to easily insert your commands into the core without changing the core itself (so far it works with commands that don't have any arguments in their functions)
  • Data and file managers (one chained by a third-party library from nlohmann, the other contains simple commands for creating folders and files, checking them, deleting them...)
  • And a small arsenal of commands that are already built into NRC (commands.cpp).
  • And nobody needs the print class lol

A branch where you can see the current unfinished version of the NRC: https://github.com/SpaceOC/NRC/tree/developed . Documentation (only the Russian version is available at the moment): https://spaceoc.gitbook.io/nrc-docs-ru/ .

About

NRC (Not Real Core) is a kernel designed to make it easier and faster to create pseudo-OS in C/C++.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.6%
  • C 7.1%
  • CMake 2.3%