General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
LaurieWired
comments
Comments by "" (@plato4ek) on "LaurieWired" channel.
Previous
1
Next
...
All
20:39 and other places: you don't need to write the "console.log", just expression itself is okay.
47
@kxmode this won't help isolate anything. Everything inside the "console.log()" is being evaluated anyway.
7
Hi, Laurie! 1. How did you get the `riscv64-unknown-elf-as` binaries on your system? 2. Why are you directly running the `hello` binary, not in QEMU, and it successfully runs? Don't your host and the binary use different architectures (ARM vs RISC-V)?
6
22:56 you don't need to evaluate those parts separately, you could just evaluate the whole expression at once. Moreover you could just copy-paste the whole map into DevTools console and save time (one hour, OMG!).
3
Excellent video! Is would be great, if you put the links you used in the description, so there's no need to retype or google them.
1
Hi, Laurie! You really need to put the `set smartindent` into your `.vimrc`. :)
1
https://www.youtube.com/watch?v=SsoOG6ZeyUI ;-D
1
Why do you allocate only the sizeof(int) bytes in the `c` and `c++` examples, while allocating the whole page in the `asm` example? Won't it work if you allocate less than a page size?
1
@redcrafterlppa303 what happens if we try to allocate less than a page in asm? Will it still allocate the whole page? can we access the whole page besides the size we requested for allocation? What happens if we use less-than-a-page value when deallocating?
1
which tool would you recommend?
1
@grawuka6900 OK, thanks. But I thought you meant an interactive tool.
1
Hi, Laurie! Is that really WinXP?
1
Previous
1
Next
...
All