Skip to content

Commit 799a116

Browse files
Update README.md
1 parent 7870356 commit 799a116

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
---
1313

1414
## πŸ›  Features
15-
- πŸ”Ή Command-line interface for direct usage
16-
- πŸ”Ή No OS-specific libc dependency (portable across platforms)
17-
- πŸ”Ή Supports section alignment, entry point overrides, and more
18-
- πŸ”Ή Usable as a library or standalone binary
19-
- πŸ”Ή Designed with simplicity and clarity in mind
15+
- Command-line interface for direct usage
16+
- No OS-specific libc dependency (portable across platforms)
17+
- Supports section alignment, entry point overrides, and more
18+
- Usable as a library or standalone binary
19+
- Designed with simplicity and clarity in mind
2020

2121
---
2222

@@ -68,11 +68,12 @@ tarman install -r ezld
6868
> πŸ’‘ **ezld is platform-agnostic.**
6969
7070
Though it links **ELF binaries**, it's designed to run on any host, including:
71-
- 🐧 UNIX-like systems
72-
- πŸͺŸ Windows
73-
- πŸ§ͺ [SalernOS](https://github.com/Alessandro-Salerno/SalernOS-Kernel)
71+
- πŸͺŸ Windows
72+
- 🐧 Linux
73+
- 🍎 macOS
74+
- 🌈 [SalernOS](https://github.com/Alessandro-Salerno/SalernOS-Kernel)
7475

75-
ezld avoids non-standard libc functions, improving portability and making it suitable for low-level projects, OS development, or educational purposes.
76+
ezld avoids non-standard libc functions, improving portability and making it suitable for low-level projects, OS userspace testing, or educational purposes.
7677

7778
---
7879

0 commit comments

Comments
Β (0)