Josh Holtrop josh
josh pushed to dev at josh/hos 2022-12-14 23:43:30 -05:00
58d685a15b Program I/O APIC; got one RTC interrupt
josh created branch dev in josh/hos 2022-12-14 19:40:36 -05:00
josh pushed to dev at josh/hos 2022-12-14 19:40:36 -05:00
d49f9e32cd dev checkpoint
josh pushed to d at josh/hos 2022-12-07 23:24:05 -05:00
b1a8f8d348 Handle local APIC exceptions
josh pushed to d at josh/hos 2022-12-07 23:14:00 -05:00
9b52ae58e8 Get local APIC timer ready to run
josh pushed to d at josh/hos 2022-12-06 22:07:01 -05:00
5799f94efe Configure local APIC interrupt vectors
josh pushed to d at josh/hos 2022-12-06 21:23:01 -05:00
400a7b22db Enable local APIC interrupts
josh deleted branch json-parser from josh/propane 2022-11-14 23:07:59 -05:00
josh pushed to master at josh/propane 2022-11-14 23:07:35 -05:00
dbc5560aec Add JSON parser test case
62451f3a92 Allow multiple test files to be compiled
2e48921bb1 Fix $n expansion for rules to use rule component ptype
Compare 3 commits »
josh pushed to json-parser at josh/propane 2022-11-14 23:07:21 -05:00
dbc5560aec Add JSON parser test case
josh pushed to json-parser at josh/propane 2022-11-14 21:01:45 -05:00
bc77be79d2 JSON parser checkpoint
62451f3a92 Allow multiple test files to be compiled
2e48921bb1 Fix $n expansion for rules to use rule component ptype
Compare 3 commits »
josh created branch json-parser in josh/propane 2022-11-13 22:49:36 -05:00
josh pushed to json-parser at josh/propane 2022-11-13 22:49:36 -05:00
2bc28d47ea JSON parser checkpoint
josh pushed to master at josh/propane 2022-11-13 22:22:23 -05:00
c6ea4f83c2 Store parser values according to the rule/pattern type
josh pushed to master at josh/propane 2022-11-13 13:37:56 -05:00
e4a160f918 Allow defining multiple parser types and assigning parser types to tokens and rules
josh pushed to master at josh/propane 2022-11-12 13:29:33 -05:00
8dc27686aa Rename result_type to ptype, parser result to pvalue
josh pushed to d at josh/hos 2022-11-08 21:49:49 -05:00
2bba0dfca4 Add hulk.mtrr module
josh commented on issue josh/hos#2 2022-11-08 06:23:34 -05:00
Slow framebuffer access on real laptop hardware

Implemented double buffering which sped up access quite a bit since I'm no longer reading from video memory. However, writing to the framebuffer is still far slower than I would prefer. Will still…

josh pushed to d at josh/hos 2022-11-08 06:20:37 -05:00
edba40b2c6 Implement frame buffer double-buffering
josh pushed to d at josh/hos 2022-11-07 22:06:10 -05:00
55604468c8 Allocate framebuffer buffer1 in HELLO