diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 17:00:52 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-22 17:00:52 +0200 |
| commit | 68ff13d1b9c8ef164a056e2e340404480e778dd1 (patch) | |
| tree | 8cef9c19f6d30ebdbc4a1e97dc8f7097ef6b4157 /kernel/vdso/vdso.c | |
| parent | 2cf3a3aa79568820d066cd5289c579188bce510f (diff) | |
| download | farga-main.tar.gz farga-main.zip | |
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'kernel/vdso/vdso.c')
| -rw-r--r-- | kernel/vdso/vdso.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/vdso/vdso.c b/kernel/vdso/vdso.c index 4aa7ae9..9bf67e4 100644 --- a/kernel/vdso/vdso.c +++ b/kernel/vdso/vdso.c @@ -9,10 +9,10 @@ #include <sys/auxv.h> /* - * In projects like github.com/mssola/fbos I already dealt with ELF parsing - * myself and it wasn't the nicest experience. Plus, in here I have to do some - * heavy usage of some ELF sections. For this reason I will not do things - * manually and use the standard library instead. + * In projects like https://git.mssola.com/os/fbos I already dealt with ELF + * parsing myself and it wasn't the nicest experience. Plus, in here I have to + * do some heavy usage of some ELF sections. For this reason I will not do + * things manually and use the standard library instead. */ #include <elf.h> |
