liuming
Results
2
issues of
liuming
#### Page 293 > 很多資料只**計算**了前4張表 Typo,應為: 很多資料只**介紹**了前4張表 #### Page 299, 第二行 > 源IP:veth0的IP,即192.168.31.1 這裡有點疑惑,veth0的IP是192.168.1.10,192.168.31.1是網橋(br0)的IP
Refer S31/Primitives/primitives.lsp: ```lisp (DEFUN open (String Direction) (LET ((Path (FORMAT NIL "~A~A" *home-directory* String))) (shen.openh Path Direction))) ``` Maybe in PrimReadFileAsByteList, filename should path.Join with the value of `*home-directory*` .