krishpranav / cvpnLinks
A simple vpn written in C
☆25Updated 4 years ago
Alternatives and similar repositories for cvpn
Users that are interested in cvpn are comparing it to the libraries listed below
Sorting:
- Repo for the UEFI Development Series☆72Updated 5 months ago
- OS tutorial from Nanobyte YouTube channel.☆649Updated 11 months ago
- A dynamic array implementation in C similar to the one found in standard C++☆863Updated 2 months ago
- A simple operating system build from scratch using C and assembly language. The code includes a make file that will help you to run this …☆26Updated 5 years ago
- ☆49Updated last year
- Minos is a mini operating system written in C☆174Updated last month
- Simple kernel designed for a online course☆183Updated 2 months ago
- Some of my notes, books, code listings for asembler studying. Enjoy!☆70Updated 2 years ago
- i386-, i686- and x86_64-elf GCC, GDB and Binutils☆335Updated 4 months ago
- 🌟 NovaOS is an x86 Protected Mode Operating System with a GUI, a own File System, and much more!☆153Updated last month
- A book that explore how to write an Operating System from scratch☆971Updated 3 weeks ago
- A GUI library built for ease and peace of mind. Compatible with Win32, X11, Wayland and Arduino.☆68Updated 3 weeks ago
- 💾 Amd64 operating system in C. Trying to make a full OS, with a simple and readable codebase!☆652Updated this week
- NT-like operating system☆11Updated 6 months ago
- This OS Tutorial expands on the fundamental concepts covered in cfenollosa/os-tutorial and covers entering long mode on the x86_64 archit…☆248Updated last year
- Recommended Low Level Books and Resources (Linux, Windows, C, Assembly, BSDs)☆391Updated this week
- A chaotic lightweight operating system☆23Updated 2 weeks ago
- Simple Kernel in C and Assembly☆117Updated last year
- Small portable regex in C☆1,464Updated last year
- hhuOS - A small operating system☆213Updated last week
- Hash map implementation in C.☆993Updated 5 months ago
- Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C☆593Updated last year
- My 32 bit x86 OS journey.☆126Updated 2 years ago
- An operating system, but it only plays Tetris.☆276Updated 2 years ago
- An educational 32-bit linux-like Operating System, with public bachelor- and master-level course slides.☆266Updated this week
- Minimal, configurable & GPU accelerated Immediate Mode UI Library written with modern OpenGL☆1,019Updated last year
- Music Visualizer☆1,305Updated 5 months ago
- Arena Allocator implementation in pure C as an stb-style single-file library.☆707Updated 9 months ago
- Writing & Making Operating System and Kernel parts so simple like Hello World Programs, Starting from writing Bootloaders, Hello World Ke…☆802Updated last year
- Reimplementing malloc(), calloc(), realloc(), free() in c from scratch using system calls