LLD
LLD copied to clipboard
Hi, so, first, I have never knew which are the corect manners, but let's start by saying thank you for the tutorials. just as a side note, personally, I'm trying...
So uh when i run `store` it comes up with a seg fault lets say the break is 0F0000 ``` :> brk 4096 0F1000 :> store 0F0000 0 segment fault...
I decided to have some fun and code along with the videos in the `OS development using the Linux kernel` playlist. I had issues after compiling the `mylib` library &...
https://github.com/rockytriton/LLD/blob/7c3c7b2cde399f72eb3a4cb0d2443b343f03ea85/linux_os/part10/src/mydrm/mydrm.c#L122 The file descriptor for the `card[number]` is set to be read in the function `mydrm_handle_event`; yet when it is passed, and the respective read operation is called on it,...
I am compiling this on Aarch64 (so this may just be an issue with cross compilation). I have an issue with the mmap function call, when I pass the `in_size...
The make process failed when compiling init and lash: undefined reference to __stack_chk_fail. The setup is set with the youtube video.
Make it so it displays the directory your on and the user and so there can be a installer and add dpkg support so you can have KDE and maybe...
I think there is a mistake in struct arm_irq_regs_2837. You have a reserved register between enable and disable. I can't find this in the documentation: 0x200 IRQ basic pending 0x204...
Hey! I am working on a similar project and am taking some guidance. I was looking through your malloc implementation and found a logical error. In the mmap call, you...
It works with Clang and the GNU linker, and it works with GCC and LLD, but using both Clang and LLD at the same time (both version 18.1.6) produces a...