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
This commit is contained in:
parent
7986b7e36d
commit
eb226d26e8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user