diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 34 |
1 files changed, 15 insertions, 19 deletions
diff --git a/docs/index.html b/docs/index.html index 3bee970..f6a4942 100644 --- a/docs/index.html +++ b/docs/index.html @@ -50,6 +50,21 @@ <h2>Recent Posts</h2> <ul> + <li><a href="/posts/2024-03-15-setting-up-macos-for-8088-dos-dev.html">Cross-Compiling Hello World for DOS on macOS</a></li> + <ul> + <li>This goes through compiling Open Watcom 2 and creating simple hello-world exampls</li> + <li>Published On: 2024-03-15 13:16</li> + <li>Tags: + + <a href='/tags/DOS.html'>DOS</a>, + + <a href='/tags/x86.html'>x86</a>, + + <a href='/tags/macOS.html'>macOS</a> + + </ul> + + <li><a href="/posts/2024-02-26-control-element-under-another-element-html-css.html">Interacting with underlying element in HTML</a></li> <ul> <li>With CSS you can disable any interactions with an element and directly control the underlying element</li> @@ -102,25 +117,6 @@ </ul> - <li><a href="/posts/2023-10-05-attack-lab.html">Attack Lab</a></li> - <ul> - <li>Walkthrough of Attack Lab Phases 1-4 for CSCI 2400 Computer Systems</li> - <li>Published On: 2023-10-05 20:01</li> - <li>Tags: - - <a href='/tags/gdb.html'>gdb</a>, - - <a href='/tags/Reverse-Engineering.html'>Reverse-Engineering</a>, - - <a href='/tags/C++.html'>C++</a>, - - <a href='/tags/CSCI2400.html'>CSCI2400</a>, - - <a href='/tags/Assembly.html'>Assembly</a> - - </ul> - - </ul> <b>For all posts go to <a href="/posts">Posts</a></b> |