diff --git a/content/faq.en.md b/content/faq.en.md index bbc16c633cc125d8e84ad8415c4801877fe6f2d2..a45a952e0401a3471e736ce96743bb369d8024d2 100644 --- a/content/faq.en.md +++ b/content/faq.en.md @@ -29,6 +29,12 @@ Redox is a microkernel-based operating system, a complete, fully-functioning, ge Wherever possible, the system components are written in Rust and run in user-space. +### Current status + +Redox is a alpha/beta quality software, because we implement new features while fix the bugs. + +The version 1.0 will be released once all system APIs are considered stable. + ## What does Redox mean? [Redox](https://en.wikipedia.org/wiki/Redox) is the chemical reaction (reduction–oxidation) that creates rust, as Redox is an operating system written in Rust, it makes sense. diff --git a/content/faq.pt.md b/content/faq.pt.md index 078bd0eaf9b426e66d50de09f891e2977a07e2bc..ba991f1178f493183a57023f1d930959104d8271 100644 --- a/content/faq.pt.md +++ b/content/faq.pt.md @@ -29,6 +29,12 @@ Redox é um sistema operacional baseado em microkernel, completo, funcional, par Onde for possÃvel, os componentes do sistema serão escritos em Rust e executam no espaço do usuário. +### Estado atual + +O Redox está em qualidade alpha/beta, pois implementamos novas funções enquanto corrigimos bugs. + +A versão 1.0 será lançada quando todas as APIs do sistema forem consideradas estáveis. + ## O que Redox significa? [Redox](https://en.wikipedia.org/wiki/Redox) é a reação quÃmica (redução-oxidação) que cria a ferrugem, já que o Redox é um sistema operacional escrito em Rust, faz sentido.