Développé automatiquement par MaxOS AI v18.0
| Métrique | Valeur |
|---|---|
| 🎯 Score | 35/100 |
| 📈 Niveau | Prototype bare metal |
| 📁 Fichiers | 177 |
| 📝 Lignes | 3,588 |
| 💾 os.img | ✅ Bootable |
| 🔐 Boot sector | Signature 0xAA55 ✅ |
# Compiler
make
# Lancer dans QEMU
qemu-system-i386 -drive format=raw,file=os.img,if=floppy -boot a -vga std -k fr -m 32- Boot x86
- VGA texte 80x25
- IDT+PIC
- Timer
- Mémoire
MaxOS/
├── boot/ # Bootloader NASM
├── kernel/ # Kernel C + ASM
├── drivers/ # Pilotes (screen, keyboard, vga)
├── apps/ # Applications (terminal)
└── ai_dev/ # Bot IA développeur
Aucun historique disponible.
Mis à jour automatiquement par MaxOS AI v18.0