mirror of
https://github.com/takeshixx/redstar-tools
synced 2025-07-17 12:33:22 +00:00
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