Add notes about kernel config file

This commit is contained in:
Rodrigo Arias 2024-03-04 14:45:53 +01:00
parent 023ad3de22
commit 7c58298de6

View File

@ -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: To dump a ROM without the ELF header:
hut% objdump -b binary -m riscv:rv64 -M no-aliases -D result/u-boot.bin 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
```