Jordan Bancino jordan
jordan merged pull request Telodendria/Telodendria#53 2024-03-29 16:48:08 +00:00
Fix other double-free issue with router.
jordan synced commits to refs/pull/51/head at jordan/rpi4-osdev from mirror 2024-03-27 16:57:11 +00:00
0bd322d7b7 edit makefile for copying image and config to sd card
d7ad289e54 setup folder for interrupt controlled SPI-Ethernet
Compare 3 commits »
jordan synced commits to refs/pull/51/merge at jordan/rpi4-osdev from mirror 2024-03-27 16:57:11 +00:00
0bd322d7b7 edit makefile for copying image and config to sd card
d7ad289e54 setup folder for interrupt controlled SPI-Ethernet
Compare 4 commits »
jordan pushed to master at jordan/Dotfiles 2024-03-16 14:52:34 +00:00
f67b62fdf0 Well, I guess I'm using Neovim now.
jordan synced commits to master at jordan/rpi4-osdev from mirror 2024-02-23 22:35:43 +00:00
b1c3dfc5d6 Removed reference to employer
fea167dab3 Added nostartfiles to Makefile.gcc in part11
Compare 2 commits »
jordan synced and deleted reference refs/tags/refs/pull/49/merge at jordan/rpi4-osdev from mirror 2024-02-22 22:15:40 +00:00
jordan synced commits to master at jordan/rpi4-osdev from mirror 2024-02-22 22:15:40 +00:00
376a918303 Merge pull request #49 from LabNelson/master
214704a867 Add files via upload
Compare 2 commits »
jordan pushed to master at jordan/Dotfiles 2024-02-16 21:28:47 +00:00
c60d6fe41f Add SSH public key for completeness.
jordan pushed to master at jordan/Dotfiles 2024-02-16 21:04:57 +00:00
0505f16a65 Don't sign pushes, since Gitea doesn't support that.
jordan pushed to master at jordan/Dotfiles 2024-02-16 21:03:16 +00:00
f09611c720 Fine-tune my shell and git configs.
jordan synced commits to master at jordan/rpi4-osdev from mirror 2024-02-06 15:25:42 +00:00
71c3b30bd0 Updated part14 to reflect changes to part13
31bb21b323 Fixing typo
e087746a5d Updated README for part13-interrupts
9566e13a7f Added irq_barrier to part13-interrupts just to be sure
3faf8d10ff Fixed a bug in the interrupt handler in part13 to avoid an infinite loop
Compare 5 commits »
jordan synced commits to master at jordan/rpi4-osdev from mirror 2024-01-27 04:51:07 +00:00
753489b857 Changed Github username
jordan pushed to master at jordan/Dotfiles 2024-01-21 03:33:00 +00:00
569910b5cb Yes, I want master as the default Git branch.
c6d1708f0e Update dotfiles.
Compare 2 commits »
jordan pushed to master at Telodendria/Telodendria 2024-01-14 19:13:55 +00:00
dede82ad33 Update docs/dev/hosting.md
jordan pushed to master at Telodendria/Telodendria 2024-01-14 14:43:49 +00:00
fde2b26857 Update docs/dev/hosting.md
jordan pushed to master at Telodendria/Telodendria 2024-01-14 14:37:00 +00:00
6305f5d76e Update docs/dev/hosting.md
jordan commented on issue Telodendria/Telodendria#31 2024-01-14 02:06:35 +00:00
Release Binaries & Source Tarballs With Submodules

Okay, CI is up and running. I just have figure out what I want to do about release binaries, because currently we would have to ship both the telodendria binary and libCytoplasm.so, unless I…

jordan pushed to master at Telodendria/Telodendria 2024-01-14 01:41:44 +00:00
95a5f6f087 Fix compile warnings on 32-bit systems.
jordan pushed to master at Telodendria/Telodendria 2024-01-14 01:32:09 +00:00
129802fe94 Fix ordering of LDFLAGS.
jordan pushed to master at Telodendria/Telodendria 2024-01-14 01:26:58 +00:00
c7d44866c3 Put -L before -l in LDFLAGS.