Main Page: Difference between revisions

From Dexter
Jump to navigationJump to search
No edit summary
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
==Dexter Kernel Wiki==


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
This wiki is where the Dexter kernel code and functionality will be documented. There isn't much here at the moment and likely won't be for awhile.


== Getting started ==
You can find the latest source code in the git repository: https://github.com/splanck/dexter
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
==Additional pages of interest==
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
* [[Project Goals]]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
* [[Project Todo List]]
* [[Source file descriptions]]
* [[Build Instructions]]
 
==Easiest way to run Dexter==
 
The easiest way to quickly download and run the compiled Dexter image is to clone the Dexter git repository and execute 'make run' from the repo's root dir. Be sure the QEMU i386 emulator is installed before executing make run. The latest compiled image is part of the repository under the images directory, so compilation of the compiler toolchain or the Dexter source itself is not required.

Latest revision as of 23:05, 28 April 2023

Dexter Kernel Wiki

This wiki is where the Dexter kernel code and functionality will be documented. There isn't much here at the moment and likely won't be for awhile.

You can find the latest source code in the git repository: https://github.com/splanck/dexter

Additional pages of interest

Easiest way to run Dexter

The easiest way to quickly download and run the compiled Dexter image is to clone the Dexter git repository and execute 'make run' from the repo's root dir. Be sure the QEMU i386 emulator is installed before executing make run. The latest compiled image is part of the repository under the images directory, so compilation of the compiler toolchain or the Dexter source itself is not required.