This commit is contained in:
parent
3a5658502c
commit
6d9c21c8b7
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Contact Us'
|
||||
date = 2024-06-17T18:11:52+02:00
|
||||
draft = true
|
||||
+++
|
||||
### Discord
|
||||
ExectOS has a Discord Server to socialize, get support, support others, learn, contribute, collaborate, and stay up to
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Contributing'
|
||||
date = 2024-06-16T22:31:24+02:00
|
||||
draft = true
|
||||
+++
|
||||
### Contributing to Community
|
||||
* [Contributing to ExectOS](/contributing/contributing-to-exectos)
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Building ExectOS'
|
||||
date = 2024-06-18T16:37:24+02:00
|
||||
draft = true
|
||||
+++
|
||||
ExectOS must be compiled with the XTChain toolchain. Make sure you have already [downloaded](/download) and installed it.
|
||||
Once this is done and the source code is ready, open a terminal and launch the XTChain Build Environment.
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Clean Room Guidelines'
|
||||
date = 2024-06-17T23:11:23+02:00
|
||||
draft = true
|
||||
+++
|
||||
You sometimes run into a need to use the [clean-room design](http://en.wikipedia.org/wiki/Clean_room_design) techniques
|
||||
to work around the problem without infringing on any copyrights. While you attempt at reverse engineering, all
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'ExectOS Coding Style'
|
||||
date = 2024-06-18T00:20:07+02:00
|
||||
draft = true
|
||||
+++
|
||||
At the moment of writing this article, no coding style was established. You should check how existing code looks like and
|
||||
follow its current formatting.
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Contributing to ExectOS'
|
||||
date = 2024-06-17T22:35:51+02:00
|
||||
draft = true
|
||||
+++
|
||||
The ExectOS project and CodingWorkshop Team always seek new contributors from all skill levels. No matter if you are
|
||||
a developer, tester, designer, or techwriter, your contributions are always appreciated.
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Developing ExectOS'
|
||||
date = 2024-06-18T16:36:47+02:00
|
||||
draft = true
|
||||
+++
|
||||
We leave you free to choose your working environment, but we also recommend working with VS Code, or VS Codium. Both are
|
||||
free to use, open-source IDEs, compatible with Windows, Linux, and macOS operating systems. They falls under the same
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Submitting Patches'
|
||||
date = 2024-06-17T23:47:42+02:00
|
||||
draft = true
|
||||
+++
|
||||
In order to review code better and use established lines of communication, we accept code in the form of Pull Requests
|
||||
on our [Gitea](https://git.codingworkshop.eu.org/xt-sys/exectos/pulls) instance. The process may seem a little bit
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Working with GIT'
|
||||
date = 2024-06-17T17:31:15+02:00
|
||||
draft = true
|
||||
+++
|
||||
The preferred method of contributing patches to ExectOS is via our self-hosted [Gitea](https://git.codingworkshop.eu.org)
|
||||
instance.
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Writing Documentation'
|
||||
date = 2024-06-17T18:08:34+02:00
|
||||
draft = true
|
||||
+++
|
||||
Our documentation is integrated with this website and it is stored in GIT repository. This website is powered by the Hugo
|
||||
Static Site Generator. All pages are created as simple Markdown files and everyone is free to submit Pull Requests to
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Documentation'
|
||||
date = 2024-06-16T22:27:36+02:00
|
||||
draft = true
|
||||
+++
|
||||
### Getting Started
|
||||
* [Frequently Asked Questions](/faq)
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Installation Guide'
|
||||
date = 2024-06-17T16:41:29+02:00
|
||||
draft = true
|
||||
+++
|
||||
ExectOS is in early development phase and thus it is NOT suitable for daily use, especially on real hardware. It is
|
||||
recommended to run it in a virtual machine like Qemu or VirtualBox. Otherwise, you act at your own risk!
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'XT Boot Loader'
|
||||
date = 2024-06-16T23:43:56+02:00
|
||||
draft = true
|
||||
+++
|
||||
XTLDR (abbreviation of XT Loader) is the boot loader dedicated for XTOS. It is the first program launched by the Unified
|
||||
Extensible Firmware Interface (UEFI) of the computer and is responsible for loading the rest of ExectOS. The procedure is
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Download'
|
||||
date = 2024-06-16T22:35:11+02:00
|
||||
draft = true
|
||||
+++
|
||||
### ExectOS
|
||||
ExectOS supports currently two architectures (i686 and AMD64). To get started today, either download a binaries for one of
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Frequently Asked Questions'
|
||||
date = 2024-06-16T12:33:36+02:00
|
||||
draft = true
|
||||
+++
|
||||
#### What is ExectOS?
|
||||
ExectOS is an open-source, general purpose operating system written from scratch and based on new XT architecture.
|
||||
|
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = 'Source Code'
|
||||
date = 2024-06-16T22:36:47+02:00
|
||||
draft = true
|
||||
+++
|
||||
### ExectOS
|
||||
* Main GIT repository: https://git.codingworkshop.eu.org/xt-sys/exectos
|
||||
|
Loading…
Reference in New Issue
Block a user