Commit Graph

2 Commits

Author SHA1 Message Date
Yatis 32e89925b9 FxBoot v0.4.0 - Shared Lib (not stable)
@add
<> worlds tracing using `hyp os trace <OSID>`
<> handle Gint has a shared library (Thank's to Lephenixnoir !)
<> Change drivers' management.
<> Push shared tests in <tests/*>, it's just to leave a trace of my notes.

@bug
<> When a ELF is relocalized, a crash occur when `hyp os run <OSID>` is
   involved. Visibly this is a stack corruption that occurs with the DMA
   interruption(?). But you can trace the world using the `hyp os trace <OSID>`
2021-03-14 22:17:57 +01:00
Yatis 9ef129e788 v0.3.0 - Hypervisor installation
@add
* hypervisor installation (VBR switch)
* hypervisor's VBR handlers which redirect events with the "world's" VBR
* hypervisor TRAPA ABI that can be used to perform hypercall

@update
* "hyp" builtin: add "install" module
* "hyp" builtin: "hyp install debug" command
* "hyp" builtin: "hyp install now" command
2021-02-05 20:54:04 +01:00