Andreas Kling
|
9fdcede491
|
Kernel: Move PIC.cpp into Arch/i386/
|
2019-07-09 15:04:43 +02:00 |
|
Andreas Kling
|
27f699ef0c
|
AK: Rename the common integer typedefs to make it obvious what they are.
These types can be picked up by including <AK/Types.h>:
* u8, u16, u32, u64 (unsigned)
* i8, i16, i32, i64 (signed)
|
2019-07-03 21:20:13 +02:00 |
|
Andreas Kling
|
736092a087
|
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
There's a ton of work that would need to be done before we could spin up on
another architecture, but let's at least try to separate things out a bit.
|
2019-06-07 20:02:01 +02:00 |
|
Andreas Kling
|
bc951ca565
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
|
Andreas Kling
|
f6e27c2abe
|
More coding style changes.
|
2018-12-03 00:39:25 +01:00 |
|
Andreas Kling
|
a9ca75c98b
|
Add IRQHandler class that can be subclasses to handle an IRQ.
Also move Keyboard to a class implementation using this pattern.
|
2018-10-22 12:58:29 +02:00 |
|