Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gptfdisk
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
gptfdisk
Commits
df231c1b
Commit
df231c1b
authored
12 years ago
by
srs5694
Browse files
Options
Downloads
Patches
Plain Diff
Added type code for Haiku BFS.
parent
0741fa21
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
parttypes.cc
+3
-0
3 additions, 0 deletions
parttypes.cc
support.h
+1
-1
1 addition, 1 deletion
support.h
with
4 additions
and
1 deletion
parttypes.cc
+
3
−
0
View file @
df231c1b
...
...
@@ -172,6 +172,9 @@ void PartType::AddAllTypes(void) {
AddType
(
0xc001
,
"75894C1E-3AEB-11D3-B7C1-7B03A0000000"
,
"HP-UX data"
);
AddType
(
0xc002
,
"E2A1E728-32E3-11D6-A682-7B03A0000000"
,
"HP-UX service"
);
// Type code for Haiku; uses BeOS MBR code as hex code base
AddType
(
0xeb00
,
"42465331-3BA3-10F1-802A-4861696B7521"
,
"Haiku BFS"
);
// Sony uses this GUID on some of its computers.
AddType
(
0xed00
,
"F4019732-066E-4E12-8273-346C5641494F"
,
"Sony system partition"
);
...
...
This diff is collapsed.
Click to expand it.
support.h
+
1
−
1
View file @
df231c1b
...
...
@@ -8,7 +8,7 @@
#ifndef __GPTSUPPORT
#define __GPTSUPPORT
#define GPTFDISK_VERSION "0.8.6"
#define GPTFDISK_VERSION "0.8.6
.1
"
#if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || defined (__APPLE__)
// Darwin (Mac OS) & FreeBSD: disk IOCTLs are different, and there is no lseek64
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment