Ada Bare Bones

From OSDev.wiki
Revision as of 12:10, 13 June 2012 by osdev>Lucretia (→‎Ada Bare Bones)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Difficulty level

Medium
Kernel Designs
Models
Other Concepts

In this tutorial we will compile a simple Ada kernel and boot it.

WAIT! Have you read Getting Started, Beginner Mistakes, and some of the related OS theory?

Preface

GNAT and the Ada runtime system (RTS)

Configuring the RTS

Files

startup.s

multiboot.ads

vga_console.ads and vga_console.adb

kernel.adb

linker.ld