Drew Galbraith
|
ad5b55bf37
|
[Mammoth] Move ipc calls to separate folder mammoth.
|
2023-11-22 13:41:14 -08:00 |
Drew Galbraith
|
7c105c8a31
|
[Sys] Successfully spin up a new process from disk.
|
2023-11-15 09:47:32 -08:00 |
Drew Galbraith
|
3e4fdfee84
|
[Denali] Move denali server to yunq.
|
2023-10-25 20:28:28 -07:00 |
Drew Galbraith
|
acfaf26391
|
[Denali] Use mutexes to synchronize the AHCI responses.
This is a temporary solution to allow denali to migrate to the
yunq framework until we have a good async solution.
|
2023-10-25 19:39:09 -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
|
2e89aee5a3
|
[mammoth] Update EndpointServer to have move-only semantics.
|
2023-06-26 11:38:17 -07:00 |
Drew Galbraith
|
c064af5fa7
|
Endpoint syscalls implemented
|
2023-06-21 23:14:42 -07:00 |
Drew Galbraith
|
3a3ab8717b
|
[denali] Use glcr::ErrorOr as a POC.
|
2023-06-21 18:38:11 -07:00 |
Drew Galbraith
|
e5da93757a
|
Working AHCI DMA IPC from yellowstone to denali.
We have a weird bug in context switching where a process's rsp0 ends up
pointing at the wrong value sometimes which crashes the OS.
|
2023-06-16 01:31:23 -07:00 |
Drew Galbraith
|
ffa2d97a64
|
First iteration of denali server
|
2023-06-15 16:20:29 -07:00 |