-
MikanLoaderPkg を EDK2 on WSL でビルドするとエラーになる。
エラーを引き起こしたコマンドとエラー出力は次の通り(EDK2 の build コマンドが制御するビルドプロセスの途中段階)。
"nasm" -I/home/uchan/edk2/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/uchan/edk2/Bu…
-
Disabling ASLR should not be a requirement for using msan on FreeBSD.
Right now it fails with
```
This sanitizer is not compatible with enabled ASLR and binaries compiled with PIE
```
The check…
-
First, I would like to thank you all for this amazing work.
Second, I would like to point out a bug (I think) I encountered. I tried running vmlinux-to-elf on a boot.img extracted from the Factory …
-
当加载器(ELF Loader)将ELF文件加载到内存后,会初始化进程堆栈,包括`argc`, `argv`, `环境变量`和`辅助向量`,初始化后的进程堆栈结构如下(`x86_64`)
```
position content size(bytes) + comment
-----------------------…
-
Hi,
I've got some warnings when compiling x264 (master branch), see below.
It's just to be sure that we have the exact same set of warnings
FYI:
```
gcc --version
gcc (GCC) 9.2.1 20190827 (…
-
At a high level this is a pretty simple issue where this module:
```wasm
(module
(memory 1)
(func (param i32) (result v128)
local.get 0
v128.load32_splat
)
)
```
generates …
-
**Important notices**
Before you add a new report, we ask you kindly to acknowledge the following:
- [X] I have read the contributing guide lines at https://github.com/opnsense/src/blob/master/…
-
Running Ubuntu 20.04.
I have both i386 and amd64 winehq-staging versions installed via winehq ppa.
I can build without any issues following the instructions on the wiki (thank you!)
When tryin…
-
Bonjour !
Maintenant que WSL (Windows Subsystem Linux) n'est plus en beta
j'ai voulut tester Jarvis sur un un sous système Debian sur mon windows .
le problème, c'est qu'il ne retrouve pas les …
Nalve updated
6 years ago
-
https://cjting.me/2020/12/10/tiny-x64-helloworld/
编写一个最小的 64 位 Hello World