Drew Galbraith
|
09ac87e6f5
|
[yellowstone] Recieve all caps via init port.
|
2023-06-17 00:17:43 -07:00 |
Drew Galbraith
|
528723e490
|
[mammoth] Create a method for getting initial caps.
|
2023-06-16 23:51:49 -07:00 |
Drew Galbraith
|
6e20e5a610
|
Add more accessors to mammoth classes
|
2023-06-16 01:29:49 -07:00 |
Drew Galbraith
|
ffa2d97a64
|
First iteration of denali server
|
2023-06-15 16:20:29 -07:00 |
Drew Galbraith
|
53ff49b265
|
Add preprocessor directives to supress logs per file.
Makes the output much cleaner by default but allows for getting more
infor if debugging in the future.
|
2023-06-07 13:51:13 -07:00 |
Drew Galbraith
|
40b21d9c75
|
[Mammoth] Add Channel object for simple IPC messages
|
2023-06-07 09:37:16 -07:00 |
Drew Galbraith
|
81b925eea0
|
Add a basic IPC setup with Channel Object.
Pass a process a channel endpoint on startup that it will use to
get it's initial capabilities.
|
2023-06-07 08:24:10 -07:00 |
Drew Galbraith
|
6c10c57bfa
|
Mass rename memory object variables.
Use shorthand:
AddressSpace -> vmas
MemoryObject -> vmmo
The VM prefix makes these a little more distinguishable in code.
|
2023-06-07 00:30:26 -07:00 |
Drew Galbraith
|
23895b5c6c
|
Spawn Processes using memory primitives rather than and elf loader.
This allows us to remove the temporary syscall for that style of process
spawn.
|
2023-06-07 00:04:53 -07:00 |