• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/11-Mar-2024-268122

CMakeLists.txtD11-Mar-2024382 1611

README.txtD11-Mar-20241,008 3525

prj.confD11-Mar-202470 43

testcase.yamlD11-Mar-2024117 65

README.txt

1Title: Static IDT Support
2
3Description:
4
5This test verifies that the static IDT feature operates as expected.
6
7--------------------------------------------------------------------------------
8
9Building and Running Project:
10
11This project outputs to the console.  It can be built and executed
12on QEMU as follows:
13
14    make run
15
16
17Sample Output:
18
19tc_start() - Starting static IDT tests
20Testing to see if IDT has address of test stubs()
21Testing to see interrupt handler executes properly
22Testing to see exception handler executes properly
23Testing to see spurious handler executes properly
24- Expect to see unhandled interrupt/exception message
25***** Unhandled interrupt vector *****
26Current thread ID = 0x001028e0
27Faulting segment:address = 0x8:0x1001c9
28eax: 0xa, ebx: 0x0, ecx: 0x1018e0, edx: 0xa
29esi: 0x0, edi: 0x0, ebp: 01030b4, esp: 0x1030b4
30eflags: 0x202
31Fatal fault in thread 0x001028e0! Aborting.
32PASS - main.
33===================================================================
34PROJECT EXECUTION SUCCESSFUL
35