Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deyzi-the-youtuber/lunaris2
Lunaris 2: The successor to Lunaris
https://github.com/deyzi-the-youtuber/lunaris2
assembly assembly-x86 c kernel lunaris osdev programming unix unix-like
Last synced: about 2 months ago
JSON representation
Lunaris 2: The successor to Lunaris
- Host: GitHub
- URL: https://github.com/deyzi-the-youtuber/lunaris2
- Owner: deyzi-the-youtuber
- License: gpl-2.0
- Created: 2024-04-15T08:07:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T08:31:40.000Z (9 months ago)
- Last Synced: 2024-04-23T11:58:11.891Z (9 months ago)
- Topics: assembly, assembly-x86, c, kernel, lunaris, osdev, programming, unix, unix-like
- Language: C
- Homepage:
- Size: 4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Lunaris 2
Remade light of the Lunaris kernel
**What is Lunaris?**\
Lunaris is a UNIX-like kernel that is written completely in C and assembly.\
Lunaris takes inspiration from Linux, and the Fiwix kernel.Lunaris might just be the new Linux 👀 (if it weren't so unstable)
## Compiling the Lunaris kernel
To compile the Lunaris kernel, you need to install the following:
- Unix-like system / environment
- Binutils
- NASM
- GCC
- grub-mkrescue (needed for creating ISO image)After installing, run 'make', and the kernel image will be built.\
To get kernel symbols working, go into any file of the C source files, make a small change, then revert the change, and recompile. \
This should allow kernel symbols to be used in the kernel.## How to run Lunaris
To run Lunaris, run 'make iso' to update the ISO image with the compiled kernel. After, run 'make qemu'.## Licensing
Lunaris is licensed under the GNU General Public License version 2. For more information, see LICENSE.