summaryrefslogtreecommitdiffhomepage
path: root/docs/md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-28 09:30:38 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-28 09:30:38 +0100
commit7df7ed6d026c5e1f3b8111e3536af3771301c177 (patch)
treef87916ee645aec06971a84dc1e9e5f1267fbe755 /docs/md
parent176cf8f237745d658185a2fba8fff1401c1c2b5f (diff)
feat! firmware breaking changes on the API.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'docs/md')
-rw-r--r--docs/md/SPECIFICATION_FIRMWARE.md39
1 files changed, 0 insertions, 39 deletions
diff --git a/docs/md/SPECIFICATION_FIRMWARE.md b/docs/md/SPECIFICATION_FIRMWARE.md
deleted file mode 100644
index bfb3134..0000000
--- a/docs/md/SPECIFICATION_FIRMWARE.md
+++ /dev/null
@@ -1,39 +0,0 @@
-==================================================================
-
- Multi Platform Firmware
-
-==================================================================
-
-==================================================================
-0. Objective:
-==================================================================
-
-- Optimized for each target.
-- EPM/GPT compilant.
-- AMD64, PowerPC, RISC-V, 64x0, 32x0 support.
-- SMP support.
-
-==================================================================
-1. Solutions:
-==================================================================
-
-- Abstract Memory and I/O. (pci-tree)
-- Platform Independent Device Tree. (pci-tree)
-- Common Starting point for each core (smp)
-
-==================================================================
-2. Memory Layout:
-==================================================================
-
-- 0x80000000/0x00FF/0x0000: Firmware Startup Code
-- 0x90000000/0x7c00: Linear Header or EPM partition.
-
-==================================================================
-3. Error Codes:
-==================================================================
-
-- CB0001: Not bootable to Stage2 (or bootloader).
-- CB0003: Bad arch.
-- CB0002: Context returned early.
-
-