Windows Research Kernel Part 3 — Syscall
This is the third part of the WRK series. For your convenience you can find other parts in the table of contents in Part 1 — Compiling and debugging Today we are going to write a very simple hello world in the kernel space. Let’s go. Kernel First, we need to add new syscall to … Continue reading Windows Research Kernel Part 3 — Syscall