* Turned on debugging in the Intel partitioning system add-on, and the partition

stuff of the boot loader to help with bug #238.
* Minor cleanup (added license headers, fixed debug output)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18977 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-09-29 13:13:02 +00:00
parent 00529536d2
commit 8d9e5a451e
4 changed files with 35 additions and 19 deletions
@@ -1,7 +1,11 @@
//----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license.
//---------------------------------------------------------------------
/*
* Copyright 2003-2006, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Ingo Weinhold, [email protected]
*/
/*!
\file PartitionMap.cpp
\brief Definitions for "intel" style partitions and implementation
@@ -28,8 +32,8 @@
#include "PartitionMap.h"
#define TRACE(x) ;
//#define TRACE(x) dprintf x
//#define TRACE(x) ;
#define TRACE(x) dprintf x
using std::nothrow;