Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,45 +1,72 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
-
> Author: Josué Argaña Silguero
|
| 5 |
|
| 6 |
-
|
|
|
|
| 7 |
|
| 8 |
-
|
| 9 |
|
| 10 |
-
|
| 11 |
|
| 12 |
-
|
|
| 13 |
-
|---|---|
|
| 14 |
-
|
|
| 15 |
-
|
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
|
|
|
| 20 |
```bash
|
| 21 |
git clone https://github.com/cripto-bot/natkernel.git
|
| 22 |
-
cd natkernel
|
| 23 |
-
|
| 24 |
make run
|
| 25 |
```
|
| 26 |
|
| 27 |
-
##
|
| 28 |
-
|
| 29 |
-
NATKERNEL is built by SAI (Sistema Autónomo de Ingeniería), an autonomous kernel builder with 9 engines:
|
| 30 |
-
|
| 31 |
-
- Motor Arquitecto: designs modules using N∈[4,12]
|
| 32 |
-
- Motor Conocimiento: 22 hardware specifications
|
| 33 |
-
- Motor Generador: automatic C/ASM code generation
|
| 34 |
-
- Motor Integración: connects modules
|
| 35 |
-
- Motor Verificación: compiles and tests
|
| 36 |
-
- Motor Corrector: auto-fixes errors
|
| 37 |
-
- Motor Benchmark: QEMU performance
|
| 38 |
-
- Motor Documentación: auto-generated docs
|
| 39 |
-
- Motor Evolutivo: roadmap + improvement
|
| 40 |
-
|
| 41 |
-
## License
|
| 42 |
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: mii-open-license-v1.0
|
| 4 |
+
license_link: https://github.com/cripto-bot/natkernel/blob/master/LICENSE
|
| 5 |
+
pretty_name: NATKERNEL — Universal Grammar Kernel
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- kernel
|
| 10 |
+
- linux
|
| 11 |
+
- operating-system
|
| 12 |
+
- n-4-12
|
| 13 |
+
- graphlab
|
| 14 |
+
- universal-grammar
|
| 15 |
+
- kolmogorov-compression
|
| 16 |
+
- qemu
|
| 17 |
+
- josue-argana-silguero
|
| 18 |
+
task_categories:
|
| 19 |
+
- other
|
| 20 |
+
size_categories:
|
| 21 |
+
- 1K<n<10K
|
| 22 |
+
---
|
| 23 |
|
| 24 |
+
# NATKERNEL v3.0 — The Universal Kernel
|
|
|
|
| 25 |
|
| 26 |
+
> **Linux 37,167,746 lines → 1,006 lines (36,944:1). Boots in QEMU.**
|
| 27 |
+
> **Author: Josué Argaña Silguero**
|
| 28 |
|
| 29 |
+
NATKERNEL is a functional kernel extracted from the Linux kernel source code using the universal grammar law **N∈[4,12]**.
|
| 30 |
|
| 31 |
+
## Results
|
| 32 |
|
| 33 |
+
| Metric | Value |
|
| 34 |
+
|---|---|
|
| 35 |
+
| Linux lines analyzed | 37,167,746 |
|
| 36 |
+
| NATKERNEL lines | 1,006 |
|
| 37 |
+
| Compression ratio | 36,944:1 |
|
| 38 |
+
| Modules | 27 |
|
| 39 |
+
| N value | 6 ∈ [4,12] |
|
| 40 |
+
| Binary size | 41KB |
|
| 41 |
+
| Boots in QEMU | ✅ |
|
| 42 |
|
| 43 |
+
## QEMU Output
|
| 44 |
+
```
|
| 45 |
+
===== NATKERNEL v3.0 =====
|
| 46 |
+
[init] arch... OK
|
| 47 |
+
[init] memory... 32768 pages free
|
| 48 |
+
[init] scheduler... OK
|
| 49 |
+
[init] fs... OK
|
| 50 |
+
[init] usb... OK
|
| 51 |
+
[init] pci... OK
|
| 52 |
+
[init] crypto... RNG:342
|
| 53 |
+
[sched] spawning 2 processes
|
| 54 |
+
[sched] running... ...............
|
| 55 |
+
```
|
| 56 |
|
| 57 |
+
## Build and Run
|
| 58 |
```bash
|
| 59 |
git clone https://github.com/cripto-bot/natkernel.git
|
| 60 |
+
cd natkernel/from_linux
|
| 61 |
+
make
|
| 62 |
make run
|
| 63 |
```
|
| 64 |
|
| 65 |
+
## Author
|
| 66 |
+
Josué Argaña Silguero — josu31.jas@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
|
| 68 |
+
## Links
|
| 69 |
+
- GitHub: https://github.com/cripto-bot/natkernel
|
| 70 |
+
- Paper: https://github.com/cripto-bot/universal-grammar-law
|
| 71 |
+
- Landing: https://cripto-bot.github.io/graphlab-discoveries
|
| 72 |
+
- HuggingFace: https://huggingface.co/Jose-dev
|