meme support #54
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
security
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: AuroraSupport/AuroraRuntime#54
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
after nt5.1 backport is finished, target nt4.0 so that we can poke around with win2000 and seethebox 360 homebrew.
CreateSemapahore/CreateEvent -> barrier + word => atomic word semaphore
CreateSemapahore/CreateEvent -> barrier + word => atomic word mutex
Semaphores => Condvar -> SignalObjectAndWait
CreateMutex + atomic fast path => Condmutex
then AuEvent, RWLock, CS, WaitOnAddress should just work
once net is backported to nt 5.1, the only difference between win9x and nt 5.1 is the lack of interface apis. specifically IPHLPAPI.DLL isnt a thing; we have to use ioctls instead
Semaphores => Condvar -> SignalObjectAndWait
or two events with a counter could work
...should i port to NT4?
Replacement SDK + WOA_ALWAYS_DUMB_OS_TARGET + WOA_SEMAPHORE_SEMAPHORE backed by CreateSemaphore under WOAPrimitives should be enough for homebrew on the Xbox and Xbox 360