Main Page: Difference between revisions

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


This wiki is where the Dexter kernel code and functionality will be documented. There isn't really anything here at the moment and likely won't be for awhile.
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
You can find the latest source code in the git repository: https://github.com/splanck/dexter


<strong>Additional pages of possible interest:</strong>
==Additional pages of interest==


* [[Project Goals]]
* [[Project Goals]]
Line 11: Line 11:
* [[Source file descriptions]]
* [[Source file descriptions]]
* [[Build Instructions]]
* [[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.