mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
doc: new icons, contributor and README refresh
This commit is contained in:
parent
30e8ed22a0
commit
e639c6884c
1 changed files with 13 additions and 11 deletions
24
README.md
24
README.md
|
|
@ -1,7 +1,7 @@
|
|||
# BoredOS
|
||||
|
||||
<div align="center">
|
||||
<img src="boredos.svg" alt="BoredOS Logo" width="450" />
|
||||
<img src="branding/bOS_full_gradient_cropped.png" alt="BoredOS Logo" width="450" />
|
||||
<p><em>A modern x86_64 hobbyist operating system built from the ground up.</em></p>
|
||||
|
||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||
|
|
@ -12,9 +12,9 @@
|
|||
|
||||
---
|
||||
|
||||
BoredOS is a x86_64 operating system featuring a custom Desktop Environment (DE), a dedicated Window Manager (BoredWM), and a FAT32 filesystem. It balances low-level kernel exploration with a surprisingly capable userspace.
|
||||
BoredOS is a x86_64 operating system featuring a custom DE, LwIP networking, SMP, FAT32 filesystem and fully functional userland.
|
||||
|
||||

|
||||

|
||||
> [!NOTE]
|
||||
> *The screenshot above may represent a previous build and is subject to change as the UI evolves.*
|
||||
|
||||
|
|
@ -49,10 +49,10 @@ BoredOS is a x86_64 operating system featuring a custom Desktop Environment (DE)
|
|||
|
||||
Explore the internal workings of BoredOS via our comprehensive guides in the [`docs/`](docs/) directory.
|
||||
|
||||
* 📖 **[Documentation Index](docs/README.md)** – Start here.
|
||||
* 🏗️ **[Architecture Overview](docs/architecture/core.md)** – Deep dive into the kernel.
|
||||
* 🔨 **[Building and Running](docs/build/usage.md)** – Setup your build environment.
|
||||
* 🚀 **[AppDev SDK](docs/appdev/custom_apps.md)** – Build your own apps for BoredOS.
|
||||
* **[Documentation Index](docs/README.md)** – Start here.
|
||||
* **[Architecture Overview](docs/architecture/core.md)** – Deep dive into the kernel.
|
||||
* **[Building and Running](docs/build/usage.md)** – Setup your build environment.
|
||||
* **[AppDev SDK](docs/appdev/custom_apps.md)** – Build your own apps for BoredOS.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -67,6 +67,12 @@ If you find this project interesting or helpful, consider fueling the developmen
|
|||
|
||||
---
|
||||
|
||||
## Contributors
|
||||
|
||||
- **BoredDevNL** — Project creator and lead maintainer.
|
||||
- **Lluciocc** — Contributor.
|
||||
- **Artemix1508** - Artworks.
|
||||
|
||||
## Project Disclaimer & Heritage
|
||||
|
||||
**BoredOS** is the successor to **[BrewKernel](https://github.com/boreddevnl/brewkernel)**, a project initiated in 2023.
|
||||
|
|
@ -78,10 +84,6 @@ While BrewKernel served as the foundational learning ground for this OS, it has
|
|||
|
||||
---
|
||||
|
||||
## Contributors
|
||||
|
||||
- **BoredDevNL** — Project creator and lead maintainer.
|
||||
- **Lluciocc** — Contributor.
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue