This website requires JavaScript.
Explore
Help
Sign In
asya
/
copycat
Watch
1
Star
0
Fork
You've already forked copycat
0
mirror of
https://git.sr.ht/~asya/copycat
synced
2024-11-16 03:38:42 -06:00
Code
Issues
Projects
Releases
Wiki
Activity
03055b819d
copycat
/
.gitignore
3 lines
14 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit Signed-off-by: AsyaTheAbove <asya@waifu.club>
2023-08-19 10:03:46 -05:00
/target
Load 5150 BIOS and pass 8088 processor test This patch loads and runs the 5150 BIOS, and implements the instructions necessary to pass the 8088 processor test done by the BIOS on boot. The 5150 BIOS ROM is loaded with a TLB-like address lookup buffer that is prefilled with entries that point to BIOS ROM in the host memory. This TLB-like buffer will likely evolve to a full TLB in the far future when we implement paging. Signed-off-by: AsyaTheAbove <asya@waifu.club>
2023-08-29 05:34:46 -05:00
/roms
Reference in a new issue
Copy permalink