Publish all pages
All checks were successful
Builds / ExectOS WebSite (push) Successful in 15s

This commit is contained in:
2024-06-18 20:36:51 +02:00
parent 3a5658502c
commit 6d9c21c8b7
16 changed files with 0 additions and 16 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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