summaryrefslogtreecommitdiffhomepage
path: root/docs/SPECIFICATION.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SPECIFICATION.TXT')
-rw-r--r--docs/SPECIFICATION.TXT31
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/SPECIFICATION.TXT b/docs/SPECIFICATION.TXT
deleted file mode 100644
index e747e5c..0000000
--- a/docs/SPECIFICATION.TXT
+++ /dev/null
@@ -1,31 +0,0 @@
-=================================
-
- Multi Platform IPL
-
-=================================
-
-What we want:
-
-- Optimized for each target.
-- Common Hardware Support compilant.
-- AMD64, PowerPC, RISC-V, 64x0, 32x0 support.
-- SMP support.
-
-How we're going to do that:
-
-- Abstract Memory and I/O. (pci-tree)
-- Platform Independent Device Tree. (pci-tree)
-- Common Starting point for each core (smp)
-
-Executable Layout:
-
-- 0x80000000/0x00FF/0x1000: Firmware Startup Code
-- 0x90000000/0x7c00: Executable Information Header or equivalent.
-
-Error Codes:
-
-- LX0001: Not bootable
-- LX0002: Bad arch
-- LX0003: Bad revision
-
-