summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-03-15 15:00:41 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-03-15 15:00:41 -0600
commitea7a6ce794dbda1a7eded1d5e663897d46d21fa2 (patch)
tree8c97e9d1d24cb576ccb19917d91db710479baac1 /docs/index.html
parent507d51b356de707b5b8d3e1832fbf3684415f07c (diff)
add post about compiling for dos
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html34
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>