Changeset 61


Ignore:
Timestamp:
Jun 26, 2017, 4:58:25 PM (7 years ago)
Author:
max@…
Message:

cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_init.c

    r51 r61  
    7979        /* Create the global structures */
    8080        gdt_create();
    81         x86_printf("[+] gdt_create called\n");
    82 
    8381        idt_create();
    84         x86_printf("[+] idt_create called\n");
    8582
    8683        /* Attach cpu0 */
     
    109106
    110107        x86_printf("-> mytest = %z\n", mytest);
    111         size_t *myptr = CLUSTER_MIN_VA(0) + XPTR(0, &mytest);
     108        size_t *myptr = (void *)CLUSTER_MIN_VA(0) + XPTR(0, &mytest);
    112109        *myptr = 1;
    113110        x86_printf("-> mytest = %z\n", mytest);
Note: See TracChangeset for help on using the changeset viewer.