Changeset 81
- Timestamp:
- Jun 27, 2017, 5:29:22 PM (7 years ago)
- Location:
- trunk/hal/x86_64
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_init.c
r80 r81 40 40 41 41 #include <boot_info.h> 42 43 void kernel_init(boot_info_t *info); 42 44 43 45 static void gdt_create(); -
trunk/hal/x86_64/core/hal_internal.h
r78 r81 19 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 20 */ 21 22 #include <memcpy.h> 21 23 22 24 #define offsetof(type, member) __builtin_offsetof(type, member) -
trunk/hal/x86_64/drivers/soclib_xcu.c
r76 r81 68 68 uint32_t index ) 69 69 { 70 70 return 0; 71 71 } 72 72 … … 89 89 uint32_t index ) 90 90 { 91 91 return NULL; 92 92 }
Note: See TracChangeset
for help on using the changeset viewer.