grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] iso9660 UUID support by using the creation date/time


From: Felix Zielcke
Subject: Re: [PATCH] iso9660 UUID support by using the creation date/time
Date: Sat, 30 Aug 2008 23:08:50 +0200

Am Samstag, den 30.08.2008, 22:15 +0200 schrieb Felix Zielcke:
> Here's a patch which implements UUID support for the iso9660 filesystem,
> by using the creation date in the `superblock'.
> The specs say that it's allowed to contain only zeros but I think this
> shouldn't be a big problem.


I just got another idea, make GCC warnings more visible.
It did work fine with grub-emu and the CD I tested with.

I have removed now the offset, grub_sprintf doestn't support %hhu
format, and as far as I understand it's stored like a normal `signed
int' just with 8bit size i.e. `signed char' but not a ASCII digit.
Without it, it should be still unique enough.

So better try it out with this attached one :)

-- 
Felix Zielcke

Attachment: iso9660_uuid2.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]