diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | tests/debug.rc | 6 |
2 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,3 @@ build/ out/myos.iso out/isodir/boot/myos.bin -tests/ diff --git a/tests/debug.rc b/tests/debug.rc new file mode 100644 index 0000000..e2225a1 --- /dev/null +++ b/tests/debug.rc @@ -0,0 +1,6 @@ +c +info cpu +info gdt +info idt +exit + |
