On Wed, Sep 21, 2022 at 08:09:05AM -0400, Christoff Humphries wrote: > Hello. > > I want to help with the virtualization project to get the things that are > incomplete or missing completed (ie, the "not available at this time" list > on https://www.openbsd.org/faq/faq16.html).
Great, always nice to have help. > > Is there a point of contact I should direct questions to, as I'll likely > have a lot of questions once start diving in to load it into my brain and > understand the code well enough to do something well and useful. tech@ is best, or mlarkin@/dv@. > > Or should I just ask whatever questions I have here? > > Asking as I'm not sure how this project handles that stuff (open list or > pushed more to mentor/owner people for subject areas). > > Thanks! > Christoff Humphries > Generally, find something you want to fix/improve, work on it, send a diff. That's the best way. Might want to chat with dv or I before you bite on a task as we may already be working on it (for example, dv is working on instruction decoding and emulation which is one of the first steps toward smp). -ml