Skip to content

Add configuration to build for cpu model #129

@DrDeano

Description

@DrDeano

When building, add options for changing the CPU model.

const target = CrossTarget{
        .cpu_arch = .i386,
        .os_tag = .freestanding,
        .cpu_model = .{ .explicit = &Target.x86.cpu._i686 },
    };

Where changing .cpu_model = .{ .explicit = &Target.x86.cpu.<MODEL> },

With have to think about this and the best way of doing it without having hundards of options

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildingRelates to building the kernelproposalA proposal needing further discussion

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions