Mathieu Maret 7248cd75ae Use i386 qemu for debugging
This help going over function and not stepping in
2020-04-19 14:30:50 +02:00
2019-05-17 09:57:14 +02:00
2019-05-17 09:57:14 +02:00
2019-05-17 09:57:14 +02:00
2018-08-06 18:41:45 +02:00
2020-04-19 14:30:50 +02:00
2018-08-05 15:09:52 +02:00

Dependencies

To generate iso image

  • mtools xorriso (which is libisoburn on ArchLinux)
  • gcc >= 6

Run it

make && qemu-system-x86_64 -kernel kernel

or

make fd.iso && qemu-system-x86_64 -cdrom fd.iso

Description
Simple OS
Readme
Languages
C 91.9%
Assembly 4.7%
Python 1.9%
Makefile 1.2%
GDB 0.3%