Skip to content

Commit bb15899

Browse files
authored
Update README.md
1 parent e6c0810 commit bb15899

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

README.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ The Bareflank Hypervisor uses a layered, modular approach.
2323
implementation, the build system, and architecture specific intrinsics.
2424
- [extended_apis](https://github.com/Bareflank/extended_apis): adds hardware virtualization extension
2525
APIs 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

3129
To support Bareflank's design approach, the hypervisor is licensed
3230
under MIT, specifically
@@ -64,7 +62,7 @@ Intel _Sandy Bridge_ and above hardware:
6462
In 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
299297
netsh 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

Comments
 (0)