107ee83838
kernel/core: finished work item implementation, added cancellation
72d3f8596f
ci init, bug fix (thanks chickenNES)
6e7c4b3e09
kernel: add more comments to core api header
e460472d08
kernel/core: added SetConditionTo()
bc4202ed8c
kernel/core: direct page access makes use of direct map segments
c900247251
kernel/core: added direct map concept for accelerating direct page access.
51502ab95b
kernel/vm: kernel stack allocator correctly adds stack size to returned pointer on success
00fa59bebe
kernel/hardware: formatting improvements
84b5e47e31
kernel/entry: fix compiler warning in limine protocol request
78e27d166f
kernel/core: fixed IplSpinLock corruption bug with many CPUs
4329dca371
kernel/core: page allocator bug fixes
f07f4f4e51
kernel: handle new return values of AcquireMutex() function, remove usage of SignalWaitable()
ec6c8e8fdc
kernel/core: implement SxMutex, cleanup thread wait implementation.
182eaf2329
kernel/debugger: add addition/multiply/shift expression handling
fix include path and simplify some include path
Given your recent misunderstanding of managing include paths I don't think you should be telling people what is recommended and what is not.
fix include path and simplify some include path
I see an o.hpp in that directory, but you have used -Iinclude, not -I.. So file not found probably makes sense.
fix include path and simplify some include path
fix include path and simplify some include path
Well I suggest you update your clang because that version is several years old at this point.
1f78774613
kernel/debugger: added basic expression parser
24f1efec2f
kernel/debugger: added DebugVariable allocation
7b7651d409
kernel/debugger: added DebugVariable concept and API
1a73614413
kernel/debugger: fix nullptr deref in gdb protocol handler
0d0bc41875
kernel/hardware: ns16550 and debugcon throughput improvements (fifo and outsb)
133fb03fc1
kernel/debugger: renamed GdbRemote to GdbProtocol to better represent what it is
fix include path and simplify some include path
Which compilers?
f8e5255d67
kernel/debugger: add support for x86 fpu and vector registers
d29c81303f
kernel/debugger: fixed connection issues on older gdb versions
fix include path and simplify some include path
Hey! Thanks for the MR, I appreciate you wanting to improve the project and apologies it took me a few days to get to this.
732883020d
kernel/debugger: replaced magic numbers with constexpr variable