repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tz database is in /usr/share/zoneinfo.
[minix3.git]
/
drivers
/
memory
/
imgrd.c
blob
cc9bd85187de67008197beeffeeacc2293897271
1
/*
2
Ramdisk that is part of the image
3
*/
4
5
#include <stddef.h>
6
7
#include
"local.h"
8
9
unsigned char
imgrd
[]=
10
{
11
#include
"ramdisk/image.c"
12
};
13
14
size_t
imgrd_size
=
sizeof
(
imgrd
);