Add Kernel object
- Implement halt() - Call the system kernel halt() method at the end of kmain()
This commit is contained in:
parent
9bf27a3115
commit
abfcfd24cd
5 changed files with 86 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ files = [
|
|||
'ConsolePrintFormat.cc',
|
||||
'Descriptors.cc',
|
||||
'Interrupts.cc',
|
||||
'Kernel.cc',
|
||||
'Multiboot.cc',
|
||||
'PIC.cc',
|
||||
'cxa.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue