diff --git a/doc/running.md b/doc/running.md index 965cff5b0a8..978dce142dc 100644 --- a/doc/running.md +++ b/doc/running.md @@ -28,8 +28,7 @@ $ qemu-system-x86_64 -bios -drive format=raw,file= -m 51 ## On Real Hardware -> [!WARNING] -> Running skiftOS on real hardware is not recommended. It is not ready for production use and may damage your computer. +> **⚠ Warning:** Running skiftOS on real hardware is not recommended. It is not ready for production use and may damage your computer. If still determined, flashing the HDD file to a USB drive can be attempted: diff --git a/readme.md b/readme.md index b3e16284ab3..2d6e5c70fae 100644 --- a/readme.md +++ b/readme.md @@ -8,8 +8,7 @@ ## About -> [!WARNING] -> skiftOS is currently in the early stages of development and is not yet ready for daily use. Please do not use it in production environments. Here be dragons! 🐉 +> **⚠ Warning:** skiftOS is currently in the early stages of development and is not yet ready for daily use. Please do not use it in production environments. Here be dragons! 🐉 **skiftOS** is a hobby operating system built from scratch for ARM, x86, and RISC-V architectures. It is designed to be simple, modern, and modular, featuring a modern C++ core library, reactive UI, and a capability-based microkernel. skiftOS values simplicity, modernity, and modularity, and has several notable features such as multi-architecture support and easy hackability. It is free and open-source under the MIT license.