Lioncash
|
e649db8c6b
kernel/process: Use std::array where applicable
|
hace 8 años |
Lioncash
|
2beda7c2b3
kernel/process: Use accessors instead of class members for referencing segment array
|
hace 8 años |
Lioncash
|
26de4bb521
core/memory: Get rid of 3DS leftovers
|
hace 8 años |
Lioncash
|
bf45092c61
kernel: Move object class to its own source files
|
hace 8 años |
bunnei
|
7d6653268f
core: Move process creation out of global state.
|
hace 8 años |
Subv
|
827f8ca3c7
Kernel: Store the program id in the Process class instead of the CodeSet class.
|
hace 8 años |
David Marcec
|
68143af636
Added more svcGetInfo pairs
|
hace 8 años |
Subv
|
7ad20154fc
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)
|
hace 8 años |
bunnei
|
aa7c824ea4
svc: Implement svcExitProcess.
|
hace 8 años |
bunnei
|
3a91a62b8f
svc: Implement svcUnmapMemory.
|
hace 8 años |
bunnei
|
ebd4b1422d
kernel: Various 64-bit fixes in memory/process/thread
|
hace 8 años |
bunnei
|
3421e1617e
process: Add method to mirror a memory region.
|
hace 8 años |
bunnei
|
8c92435ded
nso: Refactor and allocate .bss section.
|
hace 8 años |
bunnei
|
fa1c7c7ee1
process: Support loading multiple codesets.
|
hace 8 años |
Yuri Kunde Schlesner
|
f18d454eb6
Kernel: Map special regions according to ExHeader
|
hace 9 años |
Emmanuel Gil Peyrot
|
ebdae19fd2
Remove empty newlines in #include blocks.
|
hace 9 años |
Emmanuel Gil Peyrot
|
dc8479928c
Sources: Run clang-format on everything.
|
hace 10 años |
bunnei
|
0d8bd3ba36
Merge pull request #1695 from Subv/tls_alloc
|
hace 10 años |
Subv
|
5b7f86708c
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).
|
hace 10 años |
Subv
|
d192fb066d
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.
|
hace 10 años |
Yuri Kunde Schlesner
|
6aa90e13f9
Memory: Do correct Phys->Virt address translation for non-APP linheap
|
hace 10 años |
Yuri Kunde Schlesner
|
14eca982f4
Kernel: Implement svcGetProcessInfo in a basic way
|
hace 11 años |
Yuri Kunde Schlesner
|
74d4bc0af1
Kernel: Add more infrastructure to support different memory layouts
|
hace 11 años |
Yuri Kunde Schlesner
|
a12a30c9e0
Process: Store kernel compatibility version during loading
|
hace 11 años |
Yuri Kunde Schlesner
|
cdeeecf080
Kernel: Properly implement ControlMemory FREE and COMMIT
|
hace 11 años |
Emmanuel Gil Peyrot
|
fe909b3b5a
Core: Fix applet includes using iwyu.
|
hace 11 años |
Yuri Kunde Schlesner
|
5c5cf2f8e0
Core: Properly configure address space when loading a binary
|
hace 11 años |
Emmanuel Gil Peyrot
|
e5fcabdd69
Core: Cleanup file_sys includes.
|
hace 11 años |
Subv
|
d3634d4bf4
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
|
hace 11 años |
Subv
|
dda94e56dd
Core/Memory: Add TLS support for creating up to 300 threads
|
hace 11 años |