nieklinnenbank / FreeNOS
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.
☆870Updated 4 years ago
Alternatives and similar repositories for FreeNOS:
Users that are interested in FreeNOS are comparing it to the libraries listed below
- Free Niek's Operating System (FreeNOS)☆2,036Updated 4 years ago
- This repository contains vczh's toys for black magic codes or experiments☆1,083Updated 4 years ago
- Some code snippets for sharing☆1,894Updated 3 months ago
- hurlex 小内核分章节代码和文档☆1,039Updated 3 years ago
- TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)☆2,398Updated 6 years ago
- 第二版重新设计和构思,参考一些优秀的实现进行补充设计和编码。☆483Updated 4 years ago
- 作为对《C++ Concurrency in Action》英文版的中文翻译。☆2,062Updated 5 years ago
- 剖析 STL 是一种享受的过程!☆2,475Updated 7 years ago
- tinyhttpd的详细注释版,十分适合入门者学习的一个项目☆1,750Updated 6 years ago
- 趣味设计模式,小朋友也能学得会!☆582Updated last year
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆632Updated 3 years ago
- Tutorial of Muduo network library☆526Updated 5 years ago
- A asymmetric coroutine library for C.☆2,479Updated 2 years ago
- An unix-like toy kernel☆731Updated 3 years ago
- SGI(Silicon Graphics Computer Systems, Inc.) implement STL(C++ Standard Libirary).☆319Updated 9 years ago
- 学习STL过程,自己实现的STL代码☆196Updated 8 years ago
- A small C11 compiler☆771Updated 4 years ago
- Master Modern C++(11/14/17/20) Templates: TMP, SFINAE, Concepts, CRTP, Variadic Magic, and Compile-Time Sorcery☆1,632Updated 2 months ago
- Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址//home.tiscali…☆2,696Updated 3 years ago
- ☆492Updated 8 years ago
- 学习C++,学习linux编程,学习网络编程,学习reactor网络模型,自己实现一遍练手;☆365Updated 7 years ago
- 作为对《C++ Concurrency in Action - SECOND EDITION》的中文翻译。☆2,184Updated 4 years ago
- c++11基础库☆1,009Updated 4 months ago
- 《C++ Templates 第二版》中文翻译,和原书排版一致,第一部分(1至11章)以及第18,19,20,21、22、23、24、25章已完成,其余内容逐步更新中。 个人爱好,发现错误请指正☆2,468Updated 2 years ago
- 纯c版本的协程实现,汇编切换,调度器实现,包含服务器端案例,客户端并发测试案例☆877Updated 4 months ago
- A lightweight library to simplify and generalize the process of writing unit tests for C applications.☆1,067Updated 4 years ago
- Linux进程间通信(Inter-Process Communication)方式汇总☆320Updated 6 years ago
- A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc☆548Updated 10 months ago
- Yet another fast and efficient HTTP server☆852Updated 2 years ago
- 从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis…☆1,092Updated 2 years ago