diff --git a/24_day/bootpack.c b/24_day/bootpack.c index c0c9240..1642bd1 100644 --- a/24_day/bootpack.c +++ b/24_day/bootpack.c @@ -233,6 +233,9 @@ void HariMain(void) task_cons->tss.eip = (int) asm_end_app; io_sti(); } + if (i == 256 + 0x57 && shtctl->top > 2) { /* F11 */ + sheet_updown(shtctl->sheets[1], shtctl->top - 1); + } if (i == 256 + 0xfa) { /*键盘成功接收到数据*/ keycmd_wait = -1; }