/*
* This file is part of the Corax operating system.
- * Copyright (C) 2016 Matthias Kruk
+ * Copyright (C) 2016-2019 Matthias Kruk
*
* Corax is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
/* 0x0001 = timer, 0x0002 = kbd */
/* 0xfffd = mask all but kbd, 0xfffc = all but (timer | kbd) */
- movw $0xfffc, %ax
+ movw $0xfffe, %ax
movl %eax, (%esp)
call _i8259_setmask
addl $4, %esp