Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit eefb0fd

Browse files
committed
fix: remove 'cd datalab'
1 parent 72dd95d commit eefb0fd

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/lab/lab1.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,11 @@ sudo apt-get install libc6 libc6-dev libc6-dev-i386
6464

6565
#### 确保实验文件能正常 make 并运行测试
6666

67-
在终端中进入 `datalab/` 文件夹目录。
68-
6967
键入 `ls` 查看内容,你应当看到如下文件:
7068

7169
```shell
72-
Driverhdrs.pm Makefile bits.c btest.c decl.c driver.pl ishow.c
73-
Driverlib.pm README bits.h btest.h dlc fshow.c tests.c
70+
Driverhdrs.pm Driverlib.pm Makefile README bits.c bits.h btest btest.c
71+
btest.h decl.c dlc driver.pl fshow fshow.c ishow ishow.c test.sh tests.c
7472
```
7573

7674
在终端中依次执行如下命令,以生成可执行文件并执行:
@@ -97,8 +95,6 @@ sudo apt install gcc-multilib
9795

9896
#### 确保 dlc(data lab compiler)能正常执行
9997

100-
依然在 `datalab/` 目录下,
101-
10298
执行:
10399

104100
```shell

0 commit comments

Comments
 (0)