README: Update broken link to ELF loader
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
The ELF loader was moved into the thread/ subdirectory in 0c1d33f2ec
.
This commit is contained in:
parent
efc6d03f23
commit
e203772488
@ -8,7 +8,7 @@ A very basic POSIX operating system for desktop computers, written mostly in C++
|
||||
- x86_64-compatible lightweight [kernel](kernel/).
|
||||
- Preemptive multitasking, with a round-robin [scheduler](kernel/src/thread/) that can switch between tasks.
|
||||
- [Virtual file system](kernel/src/fs/) with a simple but working [tmpfs](kernel/src/fs/tmpfs/) populated from the initial ramdisk.
|
||||
- Can [load ELF programs](kernel/src/ELF.cpp) from the file system as userspace tasks.
|
||||
- Can [load ELF programs](kernel/src/thread/ELF.cpp) from the file system as userspace tasks.
|
||||
- [System call](kernel/src/sys/) interface and [C Library](libc/), aiming to be mostly POSIX-compatible.
|
||||
- Designed to be [portable](kernel/src/arch), no need to be restricted to x86_64.
|
||||
- Fully [UTF-8 aware](libluna/include/luna/Utf8.h), **everywhere**.
|
||||
|
Loading…
Reference in New Issue
Block a user