summaryrefslogtreecommitdiff
path: root/docs/tags/macOS.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/tags/macOS.html
parent507d51b356de707b5b8d3e1832fbf3684415f07c (diff)
add post about compiling for dos
Diffstat (limited to 'docs/tags/macOS.html')
-rw-r--r--docs/tags/macOS.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/tags/macOS.html b/docs/tags/macOS.html
index 8b70731..028aef3 100644
--- a/docs/tags/macOS.html
+++ b/docs/tags/macOS.html
@@ -49,6 +49,21 @@
<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/2023-02-08-Interact-with-siri-from-the-terminal.html">Interacting with Siri using the command line</a></li>
<ul>
<li>Code snippet to interact with Siri by issuing commands from the command-line.</li>