Drew Galbraith
|
0dbafbfa66
|
[Yunq] Reset cap buffers between server uses.
|
2023-10-25 20:46:36 -07:00 |
Drew Galbraith
|
3e4fdfee84
|
[Denali] Move denali server to yunq.
|
2023-10-25 20:28:28 -07:00 |
Drew Galbraith
|
adfffdd3c3
|
[Yellowstone] Use mutex to wait for denali to spawn VFS.
Kind of a hacky way to pass a signal between threads but works as
a POC for thread synchronization.
|
2023-10-25 19:08:00 -07:00 |
Drew Galbraith
|
4c2237fa72
|
[Yellowstone] Move yellowstone yunq def to yellowstone/lib/
|
2023-10-24 23:49:42 -07:00 |
Drew Galbraith
|
af0852a5fa
|
[yellowstone] Update TODO.
|
2023-10-24 23:43:57 -07:00 |
Drew Galbraith
|
05e12aaa7d
|
[Yellowstone] Move registration service to the main yellowstone service
|
2023-10-24 23:42:49 -07:00 |
Drew Galbraith
|
2b27af5814
|
[Yellowstone] Move to yunq definition for yellowstone server.
|
2023-10-24 18:24:26 -07:00 |
Drew Galbraith
|
48c6e5b3a4
|
[zion] Add a method for duplicating and scoping down VMMOs.
Use the AHCI section of the PCI config as an example POC of this.
We can now pass a memory capability instead of just the physical
address.
|
2023-08-01 17:46:26 -07:00 |
Drew Galbraith
|
caccb08e16
|
Generalize the EndpointServer to require less boilerplate.
Classes can now inherit from the EndpointServer and just implement the
HandleRequest function.
|
2023-08-01 15:52:08 -07:00 |
Drew Galbraith
|
0274339cc9
|
[victoriafalls] Read some of the ext2 superblock as a POC
|
2023-07-05 17:17:39 -07:00 |
Drew Galbraith
|
29d9923f5a
|
[yellowstone] Add a way to retrieve to denali client from yellowstone
|
2023-07-05 16:03:20 -07:00 |
Drew Galbraith
|
16dd675828
|
[denali] Get Ahci device address from yellowstone.
|
2023-06-26 17:01:59 -07:00 |
Drew Galbraith
|
90f33f31c5
|
[mammoth] Move EndpointClient to move-only semantics.
|
2023-06-26 11:54:36 -07:00 |
Drew Galbraith
|
2e89aee5a3
|
[mammoth] Update EndpointServer to have move-only semantics.
|
2023-06-26 11:38:17 -07:00 |
Drew Galbraith
|
b7a962cc26
|
[mammoth] Finish separating PortServer and PortClient.
|
2023-06-26 08:59:28 -07:00 |
Drew Galbraith
|
5fb9fa6ae6
|
[mammoth] Move port server operations to their own class.
|
2023-06-26 08:41:44 -07:00 |
Drew Galbraith
|
7989c9d616
|
Remove libcxx stub library and move operator new to mammoth.
|
2023-06-26 08:29:14 -07:00 |
Drew Galbraith
|
a46694d0f7
|
[yellowstone] Add yellowstone server for endpoint registration.
|
2023-06-22 02:19:16 -07:00 |