Skip to content

Commit

Permalink
readme: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Oct 7, 2024
1 parent dff6419 commit 8a361f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

**lux** (intentionally stylized in lowercase) is a portable work-in-progress microkernel written from scratch that currently runs on x86_64, with future plans for an ARM64 port.

![Screenshot of luxOS running on QEMU](https://jewelcodes.io/lux-09-28-24.png)
![Screenshot of luxOS running on QEMU](https://jewelcodes.io/lux-10-06-24.png)

# Overview

Expand Down Expand Up @@ -39,6 +39,13 @@ All of the described components, including the microkernel itself (with the exce

Visit [lux-operating-system/lux](https://github.com/lux-operating-system/lux) for the full build instructions, starting from the toolchain and ending at a disk image that can be booted on a virtual machine or real hardware. If you don't want to manually build lux, [nightly builds](https://github.com/lux-operating-system/lux/actions/workflows/nightly-mac.yml) also generate a bootable disk image that can be used on a virtual machine.

# Contributing

The lux microkernel and the luxOS Project are both personal educational/research projects and are not planned to be community-developed. However, if you like what you're seeing and/or you learned something, monetary contributions would be greatly appreciated and provide a direct incentive to allocate more time to the project. You can support my work on [Patreon](https://patreon.com/luxOS) if you're interested.

# Contact
Join the project's [Discord server](https://discord.gg/GEeekQEgaB) if you just wanna say hi or talk about OS development in general.

# License

The lux microkernel is free and open source software released under the terms of the MIT License. Unix is a registered trademark of The Open Group.
Expand Down

0 comments on commit 8a361f9

Please sign in to comment.