mirror of
https://github.com/takeshixx/redstar-tools
synced 2025-07-17 20:43:21 +00:00
323 B
323 B
libos
libos.so.0.0.0
is the original libos file from Red Star OS 3.0 Desktop.
Compile custom libos
- gcc -c -Wall -Werror -fpic libos.c
- gcc -shared -o libos.so.0.0.0 libos.o
Install custom libos
- Move new libos.so.0.0.0 to /usr/lib/libos.so.0.0.0
- Link /usr/lib/libos.so.0.0.0 to /usr/lib/libos.so.0