1
0
Fork 0
mirror of https://git.sr.ht/~asya/copycat synced 2024-09-27 22:08:31 +00:00
copycat/.gitignore
AsyaTheAbove 03055b819d 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 13:43:43 +03:00

3 lines
14 B
Plaintext