<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Compilation et test</title><link>https://sourceforge.net/p/copops/wiki/Compilation%2520et%2520test/</link><description>Recent changes to Compilation et test</description><atom:link href="https://sourceforge.net/p/copops/wiki/Compilation%20et%20test/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 25 Jul 2013 07:01:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/copops/wiki/Compilation%20et%20test/feed" rel="self" type="application/rss+xml"/><item><title>Compilation et test modified by Etienne Sauvage</title><link>https://sourceforge.net/p/copops/wiki/Compilation%2520et%2520test/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,7 +1,16 @@
-i586-elf-as boot.s -o boot.o
-i586-elf-g++ -c kernel.cpp -o kernel.o -ffreestanding -O2 -Wall -Wextra -fno-exceptions -fno-rtti
-i586-elf-gcc -T linker.ld -o copops.bin -ffreestanding -O2 -nostdlib boot.o kernel.o
-cp copops.bin isodir/boot/copops.bin
-cp grub.cfg isodir/boot/grub/grub.cfg
-grub-mkrescue -o copops.iso isodir
-qemu-system-i386 -cdrom copops.iso
+Compilation à la main, à l'ancienne
+=
+    i586-elf-as boot.s -o boot.o
+    i586-elf-g++ -c kernel.cpp -o kernel.o -ffreestanding -O2 -Wall -Wextra -fno-exceptions -fno-rtti
+    i586-elf-gcc -T linker.ld -o copops.bin -ffreestanding -O2 -nostdlib boot.o kernel.o
+    cp copops.bin isodir/boot/copops.bin
+    cp grub.cfg isodir/boot/grub/grub.cfg
+    grub-mkrescue -o copops.iso isodir
+
+Compilation qui roxe du poney
+=
+    make all
+
+Lancement
+=
+    qemu-system-i386 -cdrom copops.iso
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Etienne Sauvage</dc:creator><pubDate>Thu, 25 Jul 2013 07:01:03 -0000</pubDate><guid>https://sourceforge.nete5b95054c3e2aa446afe63c122915188be7a7c86</guid></item><item><title>Compilation et test modified by Etienne Sauvage</title><link>https://sourceforge.net/p/copops/wiki/Compilation%2520et%2520test/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,9 +1,7 @@
 i586-elf-as boot.s -o boot.o
 i586-elf-g++ -c kernel.cpp -o kernel.o -ffreestanding -O2 -Wall -Wextra -fno-exceptions -fno-rtti
 i586-elf-gcc -T linker.ld -o copops.bin -ffreestanding -O2 -nostdlib boot.o kernel.o
-mkdir -p isodir
-mkdir -p isodir/boot
 cp copops.bin isodir/boot/copops.bin
-mkdir -p isodir/boot/grub
 cp grub.cfg isodir/boot/grub/grub.cfg
 grub-mkrescue -o copops.iso isodir
+qemu-system-i386 -cdrom copops.iso
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Etienne Sauvage</dc:creator><pubDate>Wed, 24 Jul 2013 11:46:28 -0000</pubDate><guid>https://sourceforge.net7e9257840abd59ef5f4c928c2ce183bbe5195abd</guid></item><item><title>Compilation et test modified by Etienne Sauvage</title><link>https://sourceforge.net/p/copops/wiki/Compilation%2520et%2520test/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i586-elf-as boot.s -o boot.o&lt;br /&gt;
i586-elf-g++ -c kernel.cpp -o kernel.o -ffreestanding -O2 -Wall -Wextra -fno-exceptions -fno-rtti&lt;br /&gt;
i586-elf-gcc -T linker.ld -o copops.bin -ffreestanding -O2 -nostdlib boot.o kernel.o&lt;br /&gt;
mkdir -p isodir&lt;br /&gt;
mkdir -p isodir/boot&lt;br /&gt;
cp copops.bin isodir/boot/copops.bin&lt;br /&gt;
mkdir -p isodir/boot/grub&lt;br /&gt;
cp grub.cfg isodir/boot/grub/grub.cfg&lt;br /&gt;
grub-mkrescue -o copops.iso isodir&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Etienne Sauvage</dc:creator><pubDate>Wed, 24 Jul 2013 11:41:30 -0000</pubDate><guid>https://sourceforge.netdab4e19ea1ac8eb438d32b8d908f3abbb0d7b435</guid></item></channel></rss>