Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amzy31/charlex-os
CharleX is a simple operating system. The kernel is written in C. I am still working on the source code to improve the kernel with many new features. My goal is to create a free, open-source operating system similar to Linux and FreeBSD. You can support us by contributing and improving the code for this project or by giving it a star.
https://github.com/amzy31/charlex-os
assembly cpp cpp-programming cprogramming operating-system operating-system-kernel operating-system-learning operating-systems operating-systems-project os-dev os-development os-linux osdev
Last synced: 25 days ago
JSON representation
CharleX is a simple operating system. The kernel is written in C. I am still working on the source code to improve the kernel with many new features. My goal is to create a free, open-source operating system similar to Linux and FreeBSD. You can support us by contributing and improving the code for this project or by giving it a star.
- Host: GitHub
- URL: https://github.com/amzy31/charlex-os
- Owner: amzy31
- License: gpl-3.0
- Created: 2024-12-07T15:16:12.000Z (26 days ago)
- Default Branch: master
- Last Pushed: 2024-12-08T09:47:26.000Z (26 days ago)
- Last Synced: 2024-12-08T11:28:44.881Z (26 days ago)
- Topics: assembly, cpp, cpp-programming, cprogramming, operating-system, operating-system-kernel, operating-system-learning, operating-systems, operating-systems-project, os-dev, os-development, os-linux, osdev
- Language: C
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# charleX OS logo :
%% %% %% %%
%% %% %% %%
%% %% %% %%
%% %%%%%%%%%%%%%% %%
%% %%
%% %%
%% %%%% %%%% %%
%% %%%%%% %%%%%% %%
%% %%
%% %%%%%% %%
%% %% %% %% %%
%% %%%%%%%%%%%%%% %%
%% %%
%% %%
%%%%%%%% %%%%%%%%
%%%%%%%%%%%%%%# charleX OS
CharleX is a simple operating system. The kernel is written in C. I am still working on the source code to improve the kernel with many new features. My goal is to create a free, open-source operating system similar to Linux and FreeBSD. You can support us by contributing and improving the code for this project or by giving it a star.
![screenshots](screenshots/charleXGrub.png)
![screenshots](screenshots/charleXLoadingAndLogo.png)
![screenshots](screenshots/charleXPrompt.png)
# compile and run :
$ make mkiso# OS and GCC dependencies(Debian/Ubuntu):
$ make deps