Skip to content

Should memory/types.h be arch-specific? #65

Description

@joshbarrass

Currently this is defined the same way for all architectures, and uses types that should size themselves appropriately on most architectures (phys_addr_t uses uintptr_t, virt_addr_t uses void*), but there may be other types we want to define that could benefit from being architecture-dependent. This in theory could be added much later down the line the first time we encounter such a situation, but it's worth considering now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions