Skip to content

Commit

Permalink
Fix path for MINT64OS-derived routines in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongkeunahn committed Jun 2, 2024
1 parent c90a5d2 commit afbb0ea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,8 @@ the parts explicitly derived from "Loader.c".
There are currently three files licensed under GPLv2+:
scripts/static-pie-elf2bin.py
src/platform/loader/amd64_elf.rs
src/platform/loader/i686_elf.rs
basm-std/src/platform/loader/amd64_elf.rs
basm-std/src/platform/loader/i686_elf.rs
```

[Micro LZMA decoder](https://github.com/ilyakurdyukov/micro-lzmadec)
Expand Down
4 changes: 2 additions & 2 deletions basm-std/src/platform/loader/amd64_elf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ the parts explicitly derived from "Loader.c".
There are currently three files licensed under GPLv2+:
scripts/static-pie-elf2bin.py
src/platform/loader/amd64_elf.rs (current file)
src/platform/loader/i686_elf.rs
basm-std/src/platform/loader/amd64_elf.rs (current file)
basm-std/src/platform/loader/i686_elf.rs
*/

#![allow(clippy::cmp_null)]
Expand Down
4 changes: 2 additions & 2 deletions basm-std/src/platform/loader/i686_elf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ the parts explicitly derived from "Loader.c".
There are currently three files licensed under GPLv2+:
scripts/static-pie-elf2bin.py
src/platform/loader/amd64_elf.rs
src/platform/loader/i686_elf.rs (current file)
basm-std/src/platform/loader/amd64_elf.rs
basm-std/src/platform/loader/i686_elf.rs (current file)
*/

#![allow(clippy::cmp_null)]
Expand Down
6 changes: 3 additions & 3 deletions scripts/static-pie-elf2bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
the parts explicitly derived from "Loader.c".
There are currently three files licensed under GPLv2+:
scripts/static-pie-elf2bin.py (current file)
src/platform/loader/amd64_elf.rs
src/platform/loader/i686_elf.rs
scripts/static-pie-elf2bin.py (current file)
basm-std/src/platform/loader/amd64_elf.rs
basm-std/src/platform/loader/i686_elf.rs
"""

import json
Expand Down

0 comments on commit afbb0ea

Please sign in to comment.