Changeset 81 for trunk/hal/x86_64/core
- Timestamp:
- Jun 27, 2017, 5:29:22 PM (7 years ago)
- Location:
- trunk/hal/x86_64/core
- Files:
-
- 2 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)
Note: See TracChangeset
for help on using the changeset viewer.