1
This commit is contained in:
2022-07-15 01:28:18 +02:00
parent d0387ef545
commit f395ff1232
47 changed files with 16 additions and 9 deletions

0
c_os/kernel/Allocator.cc Normal file → Executable file
View File

0
c_os/kernel/Allocator.h Normal file → Executable file
View File

0
c_os/kernel/CPU.h Normal file → Executable file
View File

0
c_os/kernel/IOport.h Normal file → Executable file
View File

0
c_os/kernel/allocator/BumpAllocator.cc Normal file → Executable file
View File

0
c_os/kernel/allocator/BumpAllocator.h Normal file → Executable file
View File

0
c_os/kernel/allocator/LinkedListAllocator.cc Normal file → Executable file
View File

0
c_os/kernel/allocator/LinkedListAllocator.h Normal file → Executable file
View File

0
c_os/kernel/allocator/TreeAllocator.h Normal file → Executable file
View File

0
c_os/kernel/allocator/TreeAllocatorOperations.cc Normal file → Executable file
View File

0
c_os/kernel/interrupts/ISR.h Normal file → Executable file
View File

0
c_os/kernel/interrupts/IntDispatcher.cc Normal file → Executable file
View File

0
c_os/kernel/interrupts/IntDispatcher.h Normal file → Executable file
View File

0
c_os/kernel/interrupts/PIC.cc Normal file → Executable file
View File

0
c_os/kernel/interrupts/PIC.h Normal file → Executable file
View File

0
c_os/kernel/threads/Thread.cc Normal file → Executable file
View File

0
c_os/kernel/threads/Thread.inc Normal file → Executable file
View File

0
c_os/kernel/threads/ThreadState.h Normal file → Executable file
View File