Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (7 loc) · 519 Bytes

ISSUES.md

File metadata and controls

7 lines (7 loc) · 519 Bytes
  • Kernel stack is smashed when an interrupt occurs. (this bug it occurs when an interrupt like IRQ1 or IRQ12 occurs)
  • After setting the new stack pointer, the kernel crashes with an invalid opcode.
  • Somewhere in the kernel, the memory is wrongly freed or memcpy/memset.
  • GlobalDescriptorTable::SetKernelStack() is not working properly.
  • Sometimes while the kernel is inside BeforeShutdown(), we end up in a deadlock.
  • CPU usage is not working properly.
  • fork() syscall is not working.