-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: naritanara/ZeOS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: naritanara/ZeOS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sync_support
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 34 files changed
- 4 contributors
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b71c4f6 - Browse repository at this point
Copy the full SHA b71c4f6View commit details
Commits on Nov 23, 2023
-
andmas199 committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 1728f69 - Browse repository at this point
Copy the full SHA 1728f69View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dcacefc - Browse repository at this point
Copy the full SHA dcacefcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8608c41 - Browse repository at this point
Copy the full SHA 8608c41View commit details
Commits on Dec 10, 2023
-
Create #defines for every syscall error code
* Add #define for every valid errno
Configuration menu - View commit details
-
Copy full SHA for c144cb1 - Browse repository at this point
Copy the full SHA c144cb1View commit details
Commits on Dec 11, 2023
-
* Add screen support * Add color header and return -errno * Uncomment test * Change -errno
Configuration menu - View commit details
-
Copy full SHA for a28546b - Browse repository at this point
Copy the full SHA a28546bView commit details -
* Fuck stack offsets, implemented create_thread * Various refactorings * Refactor PID/TID assignment * Fix threads * Fix exit * Fork also assigns a TID * Don't flush TLB on thread switch * Use errno constants in thread_create * Fix -errno --------- Co-authored-by: andmas199 <andreivc7121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 357c754 - Browse repository at this point
Copy the full SHA 357c754View commit details -
* Basic waitkey * waitKey is only unblocked for one task per key * Backup por si aca, esto no funciona (WIP) * Everything fixed (IDK how) * Integrate circular buffer with wait_key * Count blocked ticks in statistics --------- Co-authored-by: rdvdev2 <me@rdvdev2.com>
Configuration menu - View commit details
-
Copy full SHA for 8e72aaa - Browse repository at this point
Copy the full SHA 8e72aaaView commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 372c241 - Browse repository at this point
Copy the full SHA 372c241View commit details
Commits on Dec 13, 2023
-
* Create the scaffolding for memReg{Get,Del} * Allocate memory to user with memRegGet * Keep track of allocated memory and deallocate * Use deallocate_user_pages for the error case of allocate_user_pages * Add a second memRegDel to improve test confidence This ensures that a memRegDel doesn't deallocate another consecutive region. * Fix fork() interaction with dynamic memory * Change formatConfiguration menu - View commit details
-
Copy full SHA for d36354a - Browse repository at this point
Copy the full SHA d36354aView commit details -
Add semaphore structure and semCreate syscall
andmas199 committedDec 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 2631227 - Browse repository at this point
Copy the full SHA 2631227View commit details -
Add internal semaphore functions and fix errors in previous commit. N…
…ow compiles ^_^
andmas199 committedDec 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 41f464c - Browse repository at this point
Copy the full SHA 41f464cView commit details -
andmas199 committedDec 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 297bf02 - Browse repository at this point
Copy the full SHA 297bf02View commit details -
Add semDestroy, initialized semaphores and a whole bunch of shit I do…
…n't remember
andmas199 committedDec 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 3dbdfde - Browse repository at this point
Copy the full SHA 3dbdfdeView commit details
Commits on Dec 14, 2023
-
Fix previous commit errors, not working yet
andmas199 committedDec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for edd1eb5 - Browse repository at this point
Copy the full SHA edd1eb5View commit details
Commits on Dec 15, 2023
-
andmas199 committedDec 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 14aee02 - Browse repository at this point
Copy the full SHA 14aee02View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...sync_support