From eb226d26e8d03097d2ab31d0dbb13ccf00059697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 27 Oct 2007 22:32:01 +0000 Subject: [PATCH] Add note about extended partitions and boot code... I started this from the amiga code but it's closer to the DOS layout. TODO: rewrite from the DOS code to support extended partitions. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22749 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/partitioning_systems/atari/atari.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/add-ons/kernel/partitioning_systems/atari/atari.h b/src/add-ons/kernel/partitioning_systems/atari/atari.h index 0f271b1035..22f8a484f8 100644 --- a/src/add-ons/kernel/partitioning_systems/atari/atari.h +++ b/src/add-ons/kernel/partitioning_systems/atari/atari.h @@ -5,6 +5,12 @@ #ifndef ATARI_PARTITION_H #define ATARI_PARTITION_H +/* + * An extented partition scheme exists, (several actually), cf. + * http://people.debian.org/~smarenka/d-i/atari-fdisk-README + * boot sector stuff: + * http://leonard.oxg.free.fr/articles/multi_atari/multi_atari.html + */ #include "SupportDefs.h" #include "ByteOrder.h"