Add notes about kernel config file
This commit is contained in:
parent
023ad3de22
commit
7c58298de6
7
NOTES.md
7
NOTES.md
@ -19,3 +19,10 @@ To see if a binary has compressed instructions or not, you can use objdump:
|
||||
To dump a ROM without the ELF header:
|
||||
|
||||
hut% objdump -b binary -m riscv:rv64 -M no-aliases -D result/u-boot.bin
|
||||
|
||||
## Kernel config
|
||||
|
||||
```
|
||||
$ nix build .\#nixosConfigurations.lagarto-hun.config.system.build.kernel.configfile
|
||||
$ nix build .\#nixosConfigurations.lagarto-hun.config.system.build.kernel
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user