Tuesday 31 January 2017

.config changes for KGDB

Change following parameter for custom kernel development during KGDB setup :

CONFIG_STRICT_DEVMEM = n
CONFIG_KGDB_KDB = y
CONFIG_KGDB_KDB = y
CONFIG_KDB_DEFAULT_ENABLE=0x1
CONFIG_DEBUG_RODATA=n => kernel hacking => write protect kernel read only data strucuture

Reference :

https://www.kernel.org/pub/linux/kernel/people/jwessel/kdb/quickKDBkeyboard.html

http://landley.net/kdocs/Documentation/DocBook/xhtml-nochunks/kgdb.html#CompilingAKernel

https://www.kernel.org/pub/linux/kernel/people/jwessel/kdb/

Convert Fedora 25 login from command line to GUI

#dnf install @gnome-desktop
#dnf distro-sync
#dnf groupinstall gnome
#dnf groupinstall x-base
#systemctl start gdm
#systemctl set-default graphical.target