forked from S7rizh/phantomuserland
-
Notifications
You must be signed in to change notification settings - Fork 1
VirtualMachine
Sambura edited this page Mar 27, 2024
·
1 revision
- VmStacks - stacks
- ByteCode - operations
- VmObjectStructure - runtime object structure
- RefCountStrategy
- VmDynamicCall
- InternalMethodWritingGuide
- Satellites
- VmClassLookup
- KernelObjectInterface - how kernel can access VM objects
- ObjectKernelConnector - how VM objects can access kernel
- InternalClasses - list of in-kernel implemented classes (native, in Java terms)
- ClassFile - binary class file structure
- SnapSync - synchronisation gear to prevent object space modification during snapshot
- BlockingSyscalls - interaction between snapshot and long calls from VM to kernel
Please take a look at the book on Phantom OS internals for more detailed description.
:: Home :: RoadMap :: History :: ChangeLog :: ScreenShots :: Phantom Developer's Guide