You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|_| |______|_| |_|\____/ -- A QEMU-based and DRAM-backed NVMe SSD Emulator
13
13
14
14
```
15
-
15
+
16
16
Contact Information
17
17
--------------------
18
18
@@ -27,8 +27,8 @@ Please consider citing our FEMU paper at FAST 2018 if you use FEMU. The bib
27
27
entry is
28
28
29
29
```
30
-
@InProceedings{Li+18-FEMU,
31
-
Author = {Huaicheng Li and Mingzhe Hao and Michael Hao Tong
30
+
@InProceedings{Li+18-FEMU,
31
+
Author = {Huaicheng Li and Mingzhe Hao and Michael Hao Tong
32
32
and Swaminathan Sundararaman and Matias Bj{\o}rling and Haryadi S. Gunawi},
33
33
Title = "The CASE of FEMU: Cheap, Accurate, Scalable and Extensible Flash Emulator",
34
34
Booktitle = {Proceedings of 16th USENIX Conference on File and Storage Technologies (FAST)},
@@ -42,7 +42,7 @@ Year = {2018}
42
42
Research Papers using FEMU
43
43
--------------------------
44
44
45
-
**Please Check the growing list of research papers using FEMU [here](https://github.com/vtess/FEMU/wiki/Research-Papers-using-FEMU), including papers at ASPLOS, OSDI, SOSP and FAST, etc.**
45
+
**Please Check the growing list of research papers using FEMU [here](https://github.com/MoatLab/FEMU/wiki/Research-Papers-using-FEMU), including papers at ASPLOS, OSDI, SOSP and FAST, etc.**
46
46
47
47
48
48
@@ -105,7 +105,7 @@ Installation
105
105
dependencies can be installed by following instructions below:
106
106
107
107
```bash
108
-
git clone https://github.com/vtess/femu.git
108
+
git clone https://github.com/MoatLab/femu.git
109
109
cd femu
110
110
mkdir build-femu
111
111
# Switch to the FEMU building directory
@@ -125,7 +125,7 @@ Installation
125
125
FEMU binary will appear as ``x86_64-softmmu/qemu-system-x86_64``
0 commit comments