Commit Graph

191 Commits

Author SHA1 Message Date
DH
f1aa2d4951 Fix formatting 2023-07-08 21:31:24 +03:00
illusion0001
bfcc50d000
Add Build CI (#14)
* Add Build CI

Co-Authored-By: Margen67 <Margen67@users.noreply.github.com>

* Readme: Change badges

---------

Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
2023-07-08 21:05:33 +03:00
Ivan Chikish
d1651531c3 [Logs] Implement format_n for char[N] 2023-07-08 19:10:48 +03:00
Ivan Chikish
bc4cd8dc4f Fix formatting 2023-07-08 17:40:10 +03:00
Ivan Chikish
aec2574018 [Logs] Don't read nullptr string 2023-07-08 17:39:59 +03:00
Ivan Chikish
f5623fe759 [orbis-kernel] Fix sys_namedobj_create
Use ureadString for name.
2023-07-08 16:54:26 +03:00
Ivan Chikish
6f678ef595 [orbis-kernel] Implement sys_namedobj_create and sys_namedobj_delete 2023-07-08 16:44:05 +03:00
Ivan Chikish
34b27c271c [orbis-kernel] Add Ref(nullptr) constructor 2023-07-08 07:26:53 +03:00
DH
6d3dc8d645 [orbis-kernel] umtx: initial template 2023-07-08 02:50:45 +03:00
DH
4d783245ad [orbis-kernel] remove example project 2023-07-08 02:22:25 +03:00
DH
800c1ffcdc [orbis-kernel] evf: implement shared evf
Protect shared evfs with mutex
Fixed memory leak on shared evf allocation
Fixed set condition on wait
Update RcIdMap usage to use new api
2023-07-08 02:21:10 +03:00
DH
e613f09b6d [orbis-kernel] RcIdMap: implement atomic destroy 2023-07-08 02:08:14 +03:00
DH
c29ce26415 [orbis-kernel] RcIdMap: protect with mutex 2023-07-08 02:02:27 +03:00
DH
cf9add7209 [rpcsx-os] export backtrace api 2023-07-08 02:01:24 +03:00
Ivan Chikish
820a97ddec [orbis-kernel] shared_cv: fix formatting 2023-07-07 21:37:24 +03:00
Ivan Chikish
cab89f44a5 [orbis-kernel] shared_cv fixup 2023-07-07 14:16:35 +03:00
Ivan Chikish
3d78443496 [orbis-kernel] Hopefully fix shared_cv 2023-07-07 13:49:59 +03:00
Ivan Chikish
99f520491c [orbis-kernel] shared_cv fixup
notify_one should work, notify_all probably doesn't.
2023-07-07 04:58:59 +03:00
Chris Rizzitello
9aafaea7f0
Find packages and sane include dirs (#8) 2023-07-07 04:35:03 +03:00
DH
ab21148562 [rpcsx-os] Logs: const T * -> T * for log type printer 2023-07-07 04:25:12 +03:00
DH
4caf726005 [orbis-kernel] Logs: fix crash on char[N] format
Cleanup, remove duplicated const formatters
Allow filtering by log level
2023-07-07 02:04:05 +03:00
Isaac Marovitz
6cb9809b64
Fancy Readme (#13)
* Fancy Readme

* Reorder some words

* Update Discord link
2023-07-07 01:19:33 +03:00
Isaac Marovitz
098220217c
Fix typo & other problems (#12)
* Ignore external deps
* Clang 16
* clang-format 16
* Fix linting action
2023-07-07 00:48:59 +03:00
DHrpcs3
0bda85fdc2
Update readme.md
glsllang also required for building
2023-07-07 00:47:00 +03:00
DHrpcs3
0a1331a63c
Merge pull request #11 from IsaacMarovitz/patch-1
Fix spelling
2023-07-07 01:32:44 +04:00
DHrpcs3
deb91ec30b
Merge pull request #10 from IsaacMarovitz/format
Formating and Linting
2023-07-07 00:40:56 +04:00
Isaac Marovitz
ee44c48512 Formatting check 2023-07-06 21:37:30 +01:00
Isaac Marovitz
983593c6de Workflow adjustments 2023-07-06 21:37:30 +01:00
Isaac Marovitz
a3c1ae89ad More workflow fixes 2023-07-06 21:37:30 +01:00
Isaac Marovitz
c5cfb0c20c Adjust workflow 2023-07-06 21:37:30 +01:00
Isaac Marovitz
c02498dd24 Add clang-tidy action 2023-07-06 21:37:30 +01:00
Isaac Marovitz
1f05a8a6a6 Run clang-format 2023-07-06 21:37:30 +01:00
DHrpcs3
d999edfd2c
Update readme.md
Missed spirv-tools dependency
2023-07-06 23:23:13 +03:00
Isaac Marovitz
881a9371b2
Add spirv-tools, fix spelling 2023-07-06 21:21:24 +01:00
DHrpcs3
6c2989734f
Update readme.md
No need to install any sdks to get vulkan libraries
Also short mark how to run it
2023-07-06 22:55:22 +03:00
Ivan Chikish
e3eb7a5820 [orbis-kernel] Improve kalloc/kfree
Align sizes to 16
2023-07-06 22:32:35 +03:00
Ivan Chikish
9744c41ebb [orbis-kernel] Implement kfree
Incomplete implementation.
2023-07-06 22:10:18 +03:00
DH
5f6647540c [orbis-os] Fixed crash with gcc-12 2023-07-06 18:31:29 +03:00
Isaac Marovitz
989dc27a8e
Early build instructions 2023-07-06 18:22:05 +03:00
DH
729b7d5e3f [orbis-kernel] upload missed changes 2023-07-06 17:23:50 +03:00
DH
7bfa977086 [orbis-kernel][rpcsx-os] POC thr_new implementation (disabled by default) 2023-07-06 16:55:44 +03:00
Ivan Chikish
5bb820084e [orbis-kernel] Implement shared_cv
Shared (IPC-ready) condition variable.
Relicensed and improved from RPCS3.
2023-07-06 16:11:21 +03:00
DH
c269d23665 [rpcsx-os] POC: jump to guest context 2023-07-06 14:26:57 +03:00
DH
b50b6f6d48 [rpcsx-os] Protect vm with mutex 2023-07-05 23:08:51 +03:00
DH
10b620f76f [orbis-kernel] Implement evf delete 2023-07-05 23:05:33 +03:00
DH
cd9ced41d8 [orbis-kernel] evf: fix set data race, Multi mode fixes 2023-07-05 22:23:42 +03:00
Ivan Chikish
0d7b090032 [orbis-kernel] Implement utils::kstring 2023-07-05 13:08:13 +03:00
Ivan Chikish
932bb30e79 [dipsw] Fix IoDevice naming
Fix DmemDevice redeclaration
2023-07-05 11:42:56 +03:00
Ivan Chikish
ed7580b322 [orbis-kernel] Debugging 2023-07-05 11:42:56 +03:00
Isaac Marovitz
4029711c2d Better gitignore 2023-07-05 11:42:19 +03:00