- Timestamp:
- 09/01/09 21:02:42 (3 years ago)
- Children:
- b247e81bb738358fef900aca1844e43f556c8e88
- Parents:
- 2ba4440d04b2bd92c559b706f73a8ea2d288c4ee
- git-committer:
- Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-09-01T14:02:42Z-0700
- Files:
-
- 1 modified
-
com32/gplinclude/disk/common.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
com32/gplinclude/disk/common.h
rb3a797 r29fc5c 18 18 #include <stdint.h> 19 19 20 /* For PAGE_SIZE */ 21 #include <cpuid.h> 22 20 23 #define SECTOR 512 /* bytes/sector */ 21 22 #undef PAGE_SIZE23 #define PAGE_SIZE (1<<12)24 24 25 25 struct ebios_dapa {
