Main Page: Difference between revisions
From Dexter
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==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. | 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. | ||
Line 5: | Line 5: | ||
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 | ||
==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. |
Revision as of 00:17, 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.