diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-26 22:49:10 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-26 22:49:10 +0100 |
| commit | 44a081a4442181b208c09c6f748124c9d23b61fd (patch) | |
| tree | d0f161eb8d3ea5997895db37381c7ea853eae2d1 /Private/KernelKit | |
| parent | eba8b7ddd0a455d9e49f32dcae712c5612c0093c (diff) | |
Kernel: Adding NewFS I/O support, Fix SMPManager and new Kits in /Public/.
New dependency: zlib.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit')
| -rw-r--r-- | Private/KernelKit/PCI/Database.hpp | 2 | ||||
| -rw-r--r-- | Private/KernelKit/PCI/Device.hpp | 2 | ||||
| -rw-r--r-- | Private/KernelKit/PCI/Dma.hpp | 2 | ||||
| -rw-r--r-- | Private/KernelKit/PCI/Express.hpp | 2 | ||||
| -rw-r--r-- | Private/KernelKit/PCI/IO.hpp | 2 | ||||
| -rw-r--r-- | Private/KernelKit/PCI/PCI.hpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/Private/KernelKit/PCI/Database.hpp b/Private/KernelKit/PCI/Database.hpp index b709ac66..b62108a7 100644 --- a/Private/KernelKit/PCI/Database.hpp +++ b/Private/KernelKit/PCI/Database.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright XPX Corp, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/Private/KernelKit/PCI/Device.hpp b/Private/KernelKit/PCI/Device.hpp index 9c89e1b5..8e956563 100644 --- a/Private/KernelKit/PCI/Device.hpp +++ b/Private/KernelKit/PCI/Device.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright XPX Corp, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/Private/KernelKit/PCI/Dma.hpp b/Private/KernelKit/PCI/Dma.hpp index 518b6141..025192f0 100644 --- a/Private/KernelKit/PCI/Dma.hpp +++ b/Private/KernelKit/PCI/Dma.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright XPX Corp, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/Private/KernelKit/PCI/Express.hpp b/Private/KernelKit/PCI/Express.hpp index d53d636a..a3febed1 100644 --- a/Private/KernelKit/PCI/Express.hpp +++ b/Private/KernelKit/PCI/Express.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright XPX Corp, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/Private/KernelKit/PCI/IO.hpp b/Private/KernelKit/PCI/IO.hpp index 95f8f9db..9bb820be 100644 --- a/Private/KernelKit/PCI/IO.hpp +++ b/Private/KernelKit/PCI/IO.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright XPX Corp, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/Private/KernelKit/PCI/PCI.hpp b/Private/KernelKit/PCI/PCI.hpp index c5533684..487d7614 100644 --- a/Private/KernelKit/PCI/PCI.hpp +++ b/Private/KernelKit/PCI/PCI.hpp @@ -2,7 +2,7 @@ * ======================================================== * * hCore - * Copyright XPX Corp, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ |
