Alex Kuleshov

Results 42 comments of Alex Kuleshov

hello @frankchieng1982. I can not reproduce the issue: ``` ~$ gdb ./dot_product The target architecture is set to "i386:x86-64". Reading symbols from ./dot_product... (gdb) run Starting program: /home/alex/dot_product [Thread debugging...

could you please setup breakpoint

``` (gdb) stepi 0x00007ffff7847fad 82 in ./stdlib/strtod.c (gdb) x/gx $rdx 0x0: Cannot access memory at address 0x0 ``` This by itself should not be issue. As you will step deeper...

Interesting. If endptr is passes via register why alignment of stack plays role 🤔 But thanks, since: > the 64-bit System V AMD64 ABI requires the stack to be 16-byte...

@frankchieng1982 can you setup breakpoint to `_start` and shows registers when it is catched? The `AMD64 ABI` says: > Only the registers listed below have specified values at process entry:...

Might be the same that https://github.com/0xAX/linux-insides/issues/880. I tried to open a couple of random pages like https://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-6.html, https://0xax.gitbooks.io/linux-insides/content/Initialization/linux-initialization-6.html and so on, and it works for me as expected.

Hello @sigmanature. First of all thank you for your work! > Writing Style: I've noticed that most linux-insides articles focus on code and flow analysis. Do you have any specific...

> In that way we'd better not put links to articles that entirely written in Chinese in the Links part in As I said it is ok to put in...

hello @Bughouse1024, thank you for the issue. I will take a look, but can't promise will fix it fast as gitbook seems does not provide ability, so I am planning...

> Hello, I think I may have made some progress with that. Great, many thanks for that! > Sadly, your last changes to the booting chapter, broke the export once...