User Tools

Site Tools


user:maxfx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
user:maxfx [2018/11/21 18:55] maxfxuser:maxfx [2019/06/20 15:55] – [Kernel Debug] maxfx
Line 27: Line 27:
  
 ===== Tiny hobby Programming ===== ===== Tiny hobby Programming =====
 +
 +== Asm ==
 +  * Assembler (macro assembler) [[https://github.com/Martinfx/Asm]]
  
 == C / C++ == == C / C++ ==
Line 183: Line 186:
  
 [[https://bsdmag.org/dynamic-memory-allocation-unix-systems/]] [[https://bsdmag.org/dynamic-memory-allocation-unix-systems/]]
 +
 +===== Cmake =====
 +[[https://trenki2.github.io/blog/2017/06/02/using-sdl2-with-cmake/]]
 +
 +===== Kernel Debug =====
 +[[https://backtrace.io/blog/backtrace/improving-freebsd-kernel-debugging/]]
 +
 +[[https://gist.github.com/bijanebrahimi/f2eb0c620d81aa6234e121a0ddd88cc2]]
 +
 +[[https://forums.freebsd.org/threads/ctl-alt-esc-not-taking-me-to-kernel-debugger.40111/]]
 +
 +[[https://riptutorial.com/freebsd/example/23734/download-the-latest-source-code]]
 ===== OSS ===== ===== OSS =====