There was an error fetching the commit references. Please try again later.
- Misc changes
- Tracing case where interrupts are disabled > In the x86 build, somewhere (in some cases) IF is cleared when it should not be, causing a system lock up. - Sped up Heap_Allocate with __Bytes == 0 (returns an non-null invalid pointer)
Showing
- Kernel/Makefile.BuildNum.x86_64 1 addition, 1 deletionKernel/Makefile.BuildNum.x86_64
- Kernel/arch/x86/include/arch.h 2 additions, 0 deletionsKernel/arch/x86/include/arch.h
- Kernel/arch/x86/irq.c 7 additions, 2 deletionsKernel/arch/x86/irq.c
- Kernel/arch/x86/lib.c 7 additions, 2 deletionsKernel/arch/x86/lib.c
- Kernel/arch/x86_64/include/arch.h 2 additions, 0 deletionsKernel/arch/x86_64/include/arch.h
- Kernel/heap.c 11 additions, 2 deletionsKernel/heap.c
Please register or sign in to comment