Skip to content

Commit

Permalink
Move boot-args out of header
Browse files Browse the repository at this point in the history
  • Loading branch information
Siguza committed Jan 1, 2023
1 parent ac294f3 commit 31eb742
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/kerninfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#include <stdint.h>

#define MAX_BOOTARGS_LEN 256
#define DEFAULT_BOOTARGS "rootdev=md0"
#define DEFAULT_TVOS_BOOTARGS DEFAULT_BOOTARGS " AppleEmbeddedUSBArbitrator-force-usbdevice=1"

#define checkrain_option_none 0x00000000
#define checkrain_option_all 0x7fffffff
Expand All @@ -45,6 +43,7 @@
#define checkrain_option_early_exit (1 << 2)
#define checkrain_option_quick_mode (1 << 3)
#define checkrain_option_pongo_shell (1 << 4)
#define checkrain_option_pongo_full (1 << 5)

// KPF options
#define checkrain_option_verbose_boot (1 << 0)
Expand Down

0 comments on commit 31eb742

Please sign in to comment.