Josh Holtrop josh
josh pushed to d at josh/hos 2023-06-09 23:39:35 -04:00
7aa28da1ef Allow pointers or integers for Hurl.*map_range()
josh pushed to d at josh/hos 2023-06-09 23:28:51 -04:00
222a1efea4 Fix address calculation in Hurl.identity_map_range()
josh pushed to d at josh/hos 2023-06-08 20:29:19 -04:00
7a4edf38f0 Scan for multi-function PCI devices
josh pushed to d at josh/hos 2023-06-08 16:07:59 -04:00
dda1b6379f Fix in32()/out32() to use uint instead of ulong
josh pushed to d at josh/hos 2023-06-08 13:21:54 -04:00
98134957e7 Print APIC table signatures found
22463e729b writef: add %c format specifier support
Compare 2 commits »
josh pushed to d at josh/hos 2023-06-07 16:50:50 -04:00
8de86dd647 Add Pci.init_device() skeleton
josh pushed to master at josh/propane 2023-06-04 21:14:30 -04:00
11348ca351 Add FindLongestMatchResult
josh pushed to master at josh/propane 2023-06-03 20:39:00 -04:00
6b0fb4cb12 Add return type for transition()
josh commented on issue josh/propane#3 2023-06-03 20:17:26 -04:00
return lexer error for unknown characters

A complication here is that internal helper functions like find_longest_match() and transition() can have multiple result types, each specific to the individual function. I need to come up with a…

josh opened issue josh/propane#3 2023-06-03 19:44:07 -04:00
return lexer error for unknown characters
josh pushed to master at josh/vimfiles 2023-05-19 09:42:59 -04:00
c9222e3b22 Remove undo directory and $MYVIMFILES
josh pushed to master at josh/vimfiles 2023-05-19 09:41:00 -04:00
b57c2021de Remove javascript and markdown syntax files
c79bddf68e Remove filetype.vim
Compare 2 commits »
josh pushed to master at josh/vimfiles 2023-05-19 09:36:47 -04:00
0865ffbe82 Remove vimrc.skel
josh pushed to master at josh/vimfiles 2023-05-19 09:36:17 -04:00
e26f4fd30e Remove ftplugin/hex.vim
josh pushed to master at josh/vimfiles 2023-05-19 09:31:36 -04:00
63ba3d2243 Remove ruby/eruby vim files
josh pushed to master at josh/vimfiles 2023-05-19 09:25:26 -04:00
5ad4a6f17d Remove Vundle and rust and toml plugins
josh pushed to master at josh/files 2023-05-17 09:54:28 -04:00
c71c875e8f Use \012 instead of \n in PS1 to avoid errors on Windows
josh pushed to master at josh/files 2023-05-10 16:17:04 -04:00
92a83779d9 Add macos-sendkey
josh pushed to d at josh/hos 2023-04-05 01:09:00 -04:00
f6fde01b06 Fix build error -- import hulk.util
josh pushed to master at josh/propane 2023-03-17 20:24:54 -04:00
b78827746a Return a Token object from Lexer.user_code()