mirror of https://github.com/FDOS/kernel.git
Added Boot blk structs
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@12 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
b7590bbfc0
commit
c0a44e269f
16
hdr/device.h
16
hdr/device.h
|
@ -35,9 +35,16 @@ static BYTE *device_hRcsId = "$Id$";
|
|||
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/11 04:24:51 jimtabor
|
||||
* Added Boot blk structs
|
||||
*
|
||||
* Revision 1.2 2000/05/08 04:28:22 jimtabor
|
||||
* Update CVS to 2020
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.3 2000/05/11 04:24:51 jimtabor
|
||||
* Added Boot blk structs
|
||||
*
|
||||
* Revision 1.4 2000/04/29 05:13:16 jtabor
|
||||
* Added new functions and clean up code
|
||||
*
|
||||
|
@ -195,6 +202,7 @@ struct dhdr
|
|||
#define ATTR_CHAR 0x8000
|
||||
#define ATTR_IOCTL 0x4000
|
||||
#define ATTR_BLDFAT 0x2000
|
||||
#define ATTR_REMOTE 0x1000
|
||||
#define ATTR_EXCALLS 0x0800
|
||||
#define ATTR_QRYIOCTL 0x0080
|
||||
#define ATTR_GENIOCTL 0x0040
|
||||
|
@ -258,6 +266,14 @@ struct gblkio
|
|||
UWORD gbio_nsecs;
|
||||
};
|
||||
|
||||
struct Gioc_media
|
||||
{
|
||||
WORD ioc_level;
|
||||
ULONG ioc_serialno;
|
||||
BYTE ioc_volume[11];
|
||||
BYTE ioc_fstype[8];
|
||||
};
|
||||
|
||||
/* */
|
||||
/* Boot Block (Super Block) */
|
||||
/* */
|
||||
|
|
Loading…
Reference in New Issue