Rev 1149 | Rev 1235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1149 | Rev 1178 | ||
---|---|---|---|
Line 54... | Line 54... | ||
54 | 54 | ||
55 | /** Address space area flags. */ |
55 | /** Address space area flags. */ |
56 | #define AS_AREA_READ 1 |
56 | #define AS_AREA_READ 1 |
57 | #define AS_AREA_WRITE 2 |
57 | #define AS_AREA_WRITE 2 |
58 | #define AS_AREA_EXEC 4 |
58 | #define AS_AREA_EXEC 4 |
- | 59 | #define AS_AREA_DEVICE 8 |
|
59 | 60 | ||
60 | /** Address space area structure. |
61 | /** Address space area structure. |
61 | * |
62 | * |
62 | * Each as_area_t structure describes one contiguous area of virtual memory. |
63 | * Each as_area_t structure describes one contiguous area of virtual memory. |
63 | * In the future, it should not be difficult to support shared areas. |
64 | * In the future, it should not be difficult to support shared areas. |