Commit Graph

2 Commits

Author SHA1 Message Date
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
Yatis 759a8bd876 v0.2.0 - Hypervisor loading images
@add
* overwrite Gint "hypervisor" properly (gint_switch)
* load ELF (pie) images into "world context".
* add "environments" manager (used to load Casio or Gint drivers' contexts)
* add "world queue" to manage properly multiple world contexts

@update
* "hyp" builtin: add "os" module
* "hyp" builtin: add "os ls" commands
* "hyp" builtin: fix display alignment
2021-02-01 21:24:10 +01:00