From a23566fddeb1bc878b53fbbe22b02fcc47180bff Mon Sep 17 00:00:00 2001 From: Mao1223 Date: Mon, 25 Sep 2023 16:12:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87907e217..28b359c76 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,6 @@ qemu-system-arm -machine lm3s6965evb -nographic -kernel build/XiZi-cortex-m3-emu 配置文件并编译,在终端中执行的命令行效果如下图 ![Image test]https://www.gitlink.org.cn/Mao1223/xiuos/tree/2023_open_source_contest/image-1.png) 在qemu上运行命令行效果如下图 -![Image test](iamge-2.png) +![Image test](https://www.gitlink.org.cn/Mao1223/xiuos/tree/2023_open_source_contest/image-2.png) 可见实现了在qemu上实现哈希表,用链地址法解决哈希冲突。