Skip to content

Commit

Permalink
Initial version.
Browse files Browse the repository at this point in the history
  • Loading branch information
riskeco-github committed Nov 10, 2020
0 parents commit 51e5fb0
Show file tree
Hide file tree
Showing 3 changed files with 610 additions and 0 deletions.
19 changes: 19 additions & 0 deletions define-cfg.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/sh

$ make defconfig

$ echo CONFIG_USER_NS=y >> .config
$ echo CONFIG_USERFAULTFD=y >> .config

$ echo CONFIG_GDB_SCRIPTS=y >> .config
$ echo CONFIG_FRAME_POINTER=y >> .config
$ echo CONFIG_KGDB=y >> .config
$ echo CONFIG_KGDB_SERIAL_CONSOLE=y >> .config
$ echo CONFIG_KDB_KEYBOARD=y >> .config

$ < /boot/config-5.3.0-46-generic grep _FB_ >> .config

$ < /boot/config-5.3.0-46-generic grep _VIRTIO >> .config

$ sed -i 's/=m$/=y/' .config
$ make olddefconfig
Loading

0 comments on commit 51e5fb0

Please sign in to comment.