dumpreg.c 73 B

123456789
  1. #include <vga.h>
  2. main()
  3. {
  4. vga_dumpregs();
  5. vga_setmode(TEXT);
  6. }