Skip to content

MaxLananas/MaxOS

Repository files navigation

🖥️ MaxOS — Bare Metal x86 OS

Développé automatiquement par MaxOS AI v18.0

📊 État actuel

Métrique Valeur
🎯 Score 35/100
📈 Niveau Prototype bare metal
📁 Fichiers 177
📝 Lignes 3,588
💾 os.img ✅ Bootable
🔐 Boot sector Signature 0xAA55 ✅

🚀 Lancer MaxOS

# Compiler
make

# Lancer dans QEMU
qemu-system-i386 -drive format=raw,file=os.img,if=floppy -boot a -vga std -k fr -m 32

✅ Fonctionnalités présentes

  • Boot x86
  • VGA texte 80x25

🚧 En développement

  • IDT+PIC
  • Timer
  • Mémoire

📈 Progression

🏗️ Architecture

MaxOS/
├── boot/          # Bootloader NASM
├── kernel/        # Kernel C + ASM
├── drivers/       # Pilotes (screen, keyboard, vga)
├── apps/          # Applications (terminal)
└── ai_dev/        # Bot IA développeur

🤖 Bot IA

Aucun historique disponible.


Mis à jour automatiquement par MaxOS AI v18.0

About

MaxOS is a minimalist 32-bit x86 operating system written in Assembly and C, following strict bare-metal principles. Co-developed with the help of AI API keys.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors