⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 MIPS 虚存测试, 表明在裸机环境, 无OS,无LOADER时如何定位目标码,将虚存与相应的物理单元做比较.原创.
💻 TXT
字号:
MIPS TLB test, chino mango, 20051114, tested
0. this routine is for MIPS 4KEc TLB test under verilog verification, it shows how to handle TLB or virtual memory w/o 
operating system, and shows how to define address space w/o loader. It runs on raw machine.
1. There are three code files: boot.s, mycrt0.s and init_tlb.c; there are two makefiles
2. boot.s starts in K1 flash rom, and simply jump to local RAM for further, faster execution, the boot make defines its entry
3. makefile defines other code in local ram space, including C code
4. C and ASM code check TLB via write into a unmapped physical address, and read back from virtual address via TLB,
and compare the value. if it is ok, write 0x400 else write 0x500

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -