Anonymous
!report
Anonymous
/report
Anonymous
reeeeeee
Anonymous
@admins ?
Anonymous
Goddamit
Dima
Ad is not allowed
Dima
delete this -.-
Dima
Dima
Mrs Cat what do you want
Dima
Anonymous
I can't report
D
Can someone point me towards the code where kernel parameters are added ?
D
In context of linix kernel
D
😐
I need to look at the code when kernel parameter "memmap" is executed.
D
All i have got is til EFI load.
D
But OS loads after EFI, so kernel params should have an effect after efi functions, not before that.
D
Memmap reserves some memory for emulation as persistent memroy
14•08
Sor ar yu bot😂😂 yu confusing me
14•08
I don't know how to help you
Surya
Hello
olli
I need to look at the code when kernel parameter "memmap" is executed.
Not sure what you want. If you want to see where it is executed you can have a look at __setup() (or core_param() and module_param()) If you want to know where the parameters are added look into your bootloader
olli
Memmap creates a device when given as param. I want to look at the code thar does that
Do you mean the system call? A kernel parameter is something different
Jorge Luiz
https://insights.stackoverflow.com/survey/2019?utm_source=Iterable&utm_medium=email&utm_campaign=dev-survey-2019
D
No system call.
BinaryByter
google "linux system call table"
BinaryByter
Nope. Kernel boot param.
a kernel boot param?
BinaryByter
the only thing I can think of is the memory map sent by grub to the kernel
BinaryByter
when the kernel is started
BinaryByter
(which btw is not standardized as in "every bootload has it" ^^)
olli
No system call.
Did you have a look at __setup(), core_param() and module_param()? You should be able to trace it from there
Shehab
I need learn c++ language
Shehab
Ok
William
I need learn c++ language
what do you want in c++
BinaryByter
happyness
William
Hi
Anonymous
Another huan
Dima
vivek
@gatenetacademy for c and c++
Anonymous
Kkr hain tayaar
Stefan
Anonymous
Hi
A
Anyone here used Clion? I have an issue with that.
un_known_
Can you just tell me about inheritance
Mat
Can you just tell me about inheritance
What did you find on the net that you didn't understand?
D
Did you have a look at __setup(), core_param() and module_param()? You should be able to trace it from there
__setup and module_param didn help. Found something in efi firmware and e820
D
Can not correlate kernel boot params from efi to e820 mappings
Jrks
Could someone suggest some tool for drawing uml diagrams?
Jrks
does it have free license?
Anonymous
Hi! What is the most useful tool for C++ source analysis? OSS.
Anonymous
clang? valgrind?
Nice tools. Maybe more...)
Carmine
Could someone suggest some tool for drawing uml diagrams?
I use visual paradigm, but it is only for Mac OS and it’s free only for private users
•Msu•
Come on its a homework question
Raul
Come on its a homework question
Yeah, and we aren't here to do your homework. And I don't do people's homework for free.
Raul
I'm poor
Then take the cheapest route and do it yourself. My boss told me he interviewed dozens of people like you who didn't know how to code. Sooner or later that bullshit comes back to bite you.
Raul
I will try my hard
If you have a question regarding why your implementation isn't working, then bring it up here. But you have to try something. Don't just paste your assignment.
BinaryByter
this is the dumbest task ive seen so far
BinaryByter
i suggest an hourly rate of 50€
BinaryByter
for 50bucks, i'll write you that code, add a documentation, unit tests and i'll make it maintainable
Mat
Seriously 😂😂😂
BinaryByter
xD
Mat
Someone popped up again :P
знатно
How to malloc specify count of int’s? (Int*)malloc(size * sizeof(int)) is giving too much memory
знатно
What do you want to do?
I want to get error when I’m accessing to element that is size+1
знатно
You will
I don’t. I’m getting access even for random memory after number that I malloced
•Msu•
Okay, that's not fair not listed in rules (homework requests)
Mat
Okay, that's not fair not listed in rules (homework requests)
Do you mean that thing is not listed inside our rules?
Anonymous
Hii
Anonymous
I am a BCA student
Anonymous
I designed a program on finding sum of first 10 integers