Ignore:
Timestamp:
Jun 21, 2017, 11:34:09 AM (7 years ago)
Author:
max@…
Message:

Update. Retrieve and parse the multiboot info, and dump the mmap. Some
more sanity checks could probably be added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/hal_types.h

    r29 r32  
    3535#define __in_kdata      __attribute__((section(".kdata")))
    3636
    37 
    3837/**************************************************************************
    3938 *                      Exact-width integer types. 
    4039 **************************************************************************/
    4140
    42 typedef   signed           char     int8_t;
    43 typedef unsigned           char    uint8_t;
     41typedef   signed           char      int8_t;
     42typedef unsigned           char     uint8_t;
    4443
    4544typedef   signed           short    int16_t;
    4645typedef unsigned           short   uint16_t;
    4746
    48 typedef   signed long      int      int32_t;
    49 typedef unsigned long      int     uint32_t;
     47typedef          int                int32_t;
     48typedef unsigned int               uint32_t;
    5049
    5150typedef   signed long long int      int64_t;
     
    5352
    5453typedef uint64_t                     size_t;
     54
     55typedef uint64_t                    vaddr_t; // XXX
    5556
    5657/***************************************************************************
Note: See TracChangeset for help on using the changeset viewer.