add some git ignore files
[A2k.git] / README
blob82bca8df8758845707736b939b0cf1533fc4d975
1 a2k
2 ---
4 Just an other "hello world" kernel written in Ada and targeting the i386 processor via qemu.
6 Requirement:
7 run ./configure.sh
8 to check the requirement and prepare the mtools to build a grub floppy disk.
10 Building:
11 make clean
12 make
13 to build the kernel in the a.out format (tested with gnat gpl 2008-09 and gcc-4.2.4)
15 make clean
16 BUILD=elf make
17 to build the kernel in elf format (only work with gnat gpl 2009)