@@ -23,10 +23,8 @@ The Bareflank Hypervisor uses a layered, modular approach.
2323implementation, the build system, and architecture specific intrinsics.
2424- [ extended_apis] ( https://github.com/Bareflank/extended_apis ) : adds hardware virtualization extension
2525APIs to the hypervisor.
26- - [ hyperkernel] ( https://github.com/Bareflank/hyperkernel ) : adds guest support APIs to the
27- hypervisor.
28- - [ pv_interface] ( https://github.com/Bareflank/pv_interface ) : adds a hypercall API/ABI and
29- PV interface to the hypervisor.
26+ - [ boxy] ( https://github.com/Bareflank/boxy ) : leverages the Bareflank SDK provide a
27+ fully functional hypervisor with guest support.
3028
3129To support Bareflank's design approach, the hypervisor is licensed
3230under MIT, specifically
@@ -64,7 +62,7 @@ Intel _Sandy Bridge_ and above hardware:
6462In the future, we would also like to support:
6563- macOS
6664- BSD
67- - ARM64 (currently under development)
65+ - ARM64 (still under development)
6866
6967## Motivation
7068
@@ -299,26 +297,6 @@ net start sshd
299297netsh advfirewall firewall add rule name='SSH Port' dir=in action=allow protocol=TCP localport=22
300298```
301299
302- ## Additional Layers
303-
304- ** * ** WARNING** ** * <br >
305- The master branch is our development branch and should be considered unstable.
306- It is possible these additional projects might not compile with master. If you
307- need a stable branch that works with these repos, please use a tagged release.
308-
309- Since the main, hypervisor repo only provides the a minimal implementation,
310- we have created other repositories that extend Bareflank to provide additional
311- capabilities that you might find useful.
312-
313- ** Extended APIs:** <br >
314- https://github.com/Bareflank/extended_apis
315-
316- ** Hyperkernel:** <br >
317- https://github.com/Bareflank/hyperkernel
318-
319- ** PV Interface:** <br >
320- https://github.com/Bareflank/pv_interface
321-
322300## Example Extensions
323301
324302** * ** WARNING** ** * <br >
0 commit comments