rehosting / linux_builder

0 stars 1 forks source link

Add x86_64 support #23

Closed jamcleod closed 2 months ago

jamcleod commented 2 months ago

This mostly reflects the submodule being updated to https://github.com/rehosting/linux/pull/4

jamcleod commented 2 months ago

Also, not sure what versioning system we're using for the tags. Would this be a minor version bump or a patch bump? (I would assume a minor version bump but I'm seeing other things that I would expect to be a 2.X increment that aren't)

jamcleod commented 2 months ago

Part of https://github.com/rehosting/penguin/issues/135

AndrewFasano commented 2 months ago

We haven't really been doing semantic versioning here, just manually bumping the tag however we want when necessary. Feel free to do whatever you think is best. This looks good to merge, assuming the kernel works for your local testing - does it give you a serial console / see the filesystem / work with virtio?

Not sure if there should be any x86 specific config or it's okay to just #include "all-common.inc"