From a35060e26dacde7f015c288fdd9151ac032c64e7 Mon Sep 17 00:00:00 2001 From: Guillaume DIDIER Date: Tue, 1 Oct 2019 14:45:32 +0200 Subject: [PATCH] Start D. Tintorius Azureus project --- Readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..3a59ddb --- /dev/null +++ b/Readme.md @@ -0,0 +1,22 @@ +Dendrobates Tinctorius Azureus - The blue poison frog +====================================================== + + +This is a minimal kernel (written in rust) meant to help idissect (reverse engineer) Intel CPUs +(hence the blue color of the chosen frog) + + +Everything remains to be done. + + +Design decision : +- Will only ever have one user process +- Should limit use of interrupts as much as possible +- Should support as many instructions as possible, make sure to properly enable + all floating points and vector extensions + + +- [ ] Get a kernel to boot +- [ ] Get serial console +- [ ] Deal with cpuid / floating point niceties +- [ ] Deal with the user mode switch