- compiling with tmpfs
-
vanilla compilation
Performance counter stats for 'make -j8 vmlinux O=tmpfsdir' (5 runs): 5,648,918,423,621 instructions:u # 0.84 insn per cycle ( +- 0.00% ) 6,766,311,303,171 cycles:u # 2.280 GHz ( +- 0.01% ) 2,969,791.70 msec cpu-clock:u # 7.652 CPUs utilized ( +- 0.02% )
-
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 5.13.0 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=110100 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_AS_IS_GNU=y | |
CONFIG_AS_VERSION=23601 |
I hereby claim:
- I am isinyaaa on github.
- I am isabbasso (https://keybase.io/isabbasso) on keybase.
- I have a public key ASCHxNiN96BmjPOh3JEx3DBP5bDuSzze34ZYvSwwag8IvQo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
FILE="$(readlink -f "$0")" | |
VM_NAME=${2:-minix-312} | |
MOUNTPOINT=${3:-$HOME/minix} | |
while [[ $# -gt 0 ]]; do | |
case "$1" in |