Skip to content

Commit

Permalink
_projects/ia32-generic: add pc-tty mouse/vdevs config options
Browse files Browse the repository at this point in the history
JIRA: RTOS-896
  • Loading branch information
adamgreloch committed Oct 7, 2024
1 parent 3a32f96 commit 1115ffd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _projects/ia32-generic-pc/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@
#define UART16550_CONSOLE_USER 0
#define UART16550_BAUDRATE 115200

/* pc-tty configuration */
#define PC_TTY_CREATE_PS2_VDEVS 0
#define PC_TTY_MOUSE_ENABLE 0
#define PC_TTY_MOUSE_SKIP_CONFIG 1

#endif
4 changes: 4 additions & 0 deletions _projects/ia32-generic-qemu/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@
#define UART16550_CONSOLE_USER 0
#define UART16550_BAUDRATE 115200

/* pc-tty configuration */
#define PC_TTY_CREATE_PS2_VDEVS 0
#define PC_TTY_MOUSE_ENABLE 0

#endif

0 comments on commit 1115ffd

Please sign in to comment.