Skip to content
Snippets Groups Projects
Commit 48558c0c authored by xiangli's avatar xiangli
Browse files

sbsbsbsbsbssbbssbsb

parent 94c8335c
No related branches found
No related tags found
No related merge requests found
......@@ -203,6 +203,8 @@ void keyboard_handler(void)
send_eoi(1);
return;
}
//edge case
if (scancode != 0x0E && key != '\n' && (key >=' ' && key <= '~') && key!='\0'){
if (key_buff_size[terminal_id] == BUFF_SIZE_LIMIT)
......
......@@ -59,6 +59,9 @@ int32_t sigreturn(void);
void construct_pcb_entries(pcb_t * pcb_pointer, int new_pid);
void clear_file_descriptors();
void play_sound (int freq_number, uint32_t duration);
void alert();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment