Displaying 7 results from an estimated 7 matches for "sb6".
Did you mean:
sb
2013 Jul 22
1
[PATCH 1/1 v2] Add UFS1/2 support to Extlinux installer.
...e if (fs_type == BTRFS) {
+ } else if (fs_type == BTRFS || fs_type == UFS2) {
int i;
sector_t *sp = sectp;
@@ -342,6 +346,7 @@ int install_bootblock(int fd, const char *device)
struct fat_boot_sector sb3;
struct ntfs_boot_sector sb4;
xfs_sb_t sb5;
+ struct ufs_super_block sb6;
bool ok = false;
if (fs_type == EXT2) {
@@ -395,11 +400,25 @@ int install_bootblock(int fd, const char *device)
ok = true;
}
+ } else if (fs_type == UFS1 || fs_type == UFS2) {
+ uint32_t sblock_off = (fs_type == UFS1) ?
+ SBLOCK_UFS1 : SBLOCK_UFS2;
+ uint32_t ufs_smagi...
2013 Jul 12
2
[PATCH 001/001] Add UFS1/2 support to Extlinux installer.
...e if (fs_type == BTRFS) {
+ } else if (fs_type == BTRFS || fs_type == UFS2) {
int i;
sector_t *sp = sectp;
@@ -342,6 +346,7 @@ int install_bootblock(int fd, const char *device)
struct fat_boot_sector sb3;
struct ntfs_boot_sector sb4;
xfs_sb_t sb5;
+ struct ufs_super_block sb6;
bool ok = false;
if (fs_type == EXT2) {
@@ -395,11 +400,25 @@ int install_bootblock(int fd, const char *device)
ok = true;
}
+ } else if (fs_type == UFS1 || fs_type == UFS2) {
+ uint32_t sblock_off = (fs_type == UFS1) ?
+ SBLOCK_UFS1 : SBLOCK_UFS2;
+ uint32_t ufs_smagi...
2011 Mar 21
0
Contents of theora digest...
...|
|--->------>---------->------>------>------------>---->--
|DCs |DCs |DCs |DCs |DCs |DCs |DCs |DCs |
---------------------------------------------------------
|Y |Y |Y |Y |U |U |V |V |
|SB0 |SB1 |SB2 |SB3 |SB4 |SB5 |SB6 |SB7 |
|--->------>---------->------>------>------------>---->--
|DCs |DCs |DCs |DCs |DCs |DCs |DCs |DCs |
---------------------------------------------------------
Pass extracted DC to Huffman blocks, results save in buffer memory:
DDR2:
+----+-----------...
2014 May 29
3
[PATCH 0/2] UFS1/2 support series
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
Wrote the documentation below. I think it would be good to push the doc to
the wiki as soon as the UFS support gets merged.
Unix Fast File System (UFS/FFS) 1/2 on Syslinux - (usage/install)
-----
There is a confusion about the name of this file system, then I decided to
contact the author who replied:
"The name has always been
2014 May 29
3
[PATCH v2 0/2] UFS1/2 support series
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
Change since v1:
* Fix bug on dentry structure (thank you specification; btw, sarcasm), and
consequently a bug on ufs_readdir.
* Add readlink support (applied tests for symlinks whose destionation path
were stored in blk pointers and the file itself).
* Several improvements.
Wrote the documentation below. I think it would be good to
2002 Jul 10
0
*****SPAM***** ATTENTION! Well-Paid Job in the Internet!
...Internet!
------=_oHW2rLc6~AvePJWgx
Content-Disposition: attachment
Content-Type: application/octet-stream;name="biz.zip"
Content-Transfer-Encoding: base64
UEsDBBQAAAAIAORyhyzGA6nQWmgAAO4tAQAIAAAAYml6Lmh0bWzsW2lzG0eS/StFjHZlx4Aw
KVvatUeiAiIhCWMSYBCQZX0soAtAmY3unj4Iwj9k/sP+y30vs/rgIZ8TsRsb63CIOLqqsvJ4
+TKr8HJTbuOTlxtno5OXpS9jdzKcz0eT+Xg6OTDzjTMfXRwfXlofmb+nC+MTU+LDcVK6PHHl
wcuvdNDLrSut2ZRlduj+UfmbV73TFM8k5eF8n7meWeq7V73S3ZZfcdG/meXG5oUrX+18EqW7
4vD42fPj3snLr1SYRRrtzWK9TOM0f9X7y1v5D18vHdc+eWlNYrfuVc/hs9IuYmeWkDSzUeST
9aveUU/eF5ld1u8XaR65XF7ufFRuXvVevDjiaMxWRu3MK8hqVnaJyW9cHtnE9kzhf8bbv...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking