Hi Andy and fosforito, I would like to give you my opinion as well. I think that this new design is very interesting ;) . The only thing I don't like is the list of links on the right side... as Andy has already said, I think we could put it out, because the links are already there at the top of the...
Hi Andy, I have prepared a new logo image for Visopsys 8-) I though of using an image of the sky as the wallpaper of the logo. Moreover, I have made a little change to the icons mouse.bmp and the busy.bmp. Honestly, I don't like the old clock of the icon busy.bmp very much hehe. I hope you like this...
Hi Andy, Actually I looked at kernelImageJpg.c before posting, trying to understand what exactly those numbers ('0xC2') mean, but I couldn't know it because in the c source code those commentaries are not written, and I didn't see them in the header file :doh: hehe. Anyway, honestly speaking, I didn...
Hi Andy, I have been playing with Visopsys for a while today, trying to modify some images and icons, but an error appears when I modify them. It happens with the JPG images, and I think it has something to do with my version of GIMP (2.8). I guess that (1) your version of GIMP is different and that...
Yes! It worked, no more problems! :dance: What I have done is just what you have said about deleting the part related to liblic, instead of what I done before (renaming it to 'libc'). Doing this, the system runs without any error :D I attach the norelro.patch that finally worked here. Have a nice da...
Hi Andy, Sorry for the late reply. Yes, it always happen... I guess maybe it's because of that 'liblic' that I don't need to rename to 'libc' in your Makefile as actually we don't need to make any change to it :roll: . I will try it and when I have the result I will tell you :geek: See you soon! :D
I found that norelro.patch looks for 'liblic' folder in /src/lib, but this folder doesn't exist. The only folder that lefts in the /src/lib folder is 'libc'. After modifying norelro.patch with the path to libc (insted of liblic), it worked but one error appeared: Hunk #1 FAILED at 47. 1 out of 1 hun...