Commit Graph

7 Commits

Author SHA1 Message Date
Bananymous 8621d8a155 BuildSystem: Rework calling qemu
I change always manually the serial/graphical. When running cmake
you can define variable QEMU_ACCEL that will be used as accelerator.

Also ninja has the following targets for running qemu
  1. qemu:            Run graphical qemu environment
  2. qemu-nographic:  Run qemu without graphical screen. You should
                      select 'serial only' from grub menu.
  3. qemu-debug:      Run qemu without accelerator and interrupt
                      debugger.
2023-09-27 13:49:01 +03:00
Bananymous 2c136dae2d Update README.md 2023-08-31 17:54:12 +03:00
Bananymous d4289f9e74 Update README.md 2023-06-02 18:43:30 +03:00
Bananymous 160315c4d0 Update README.md
Add cool badges :D
2023-04-19 00:46:42 +03:00
Bananymous b10b3cbe3b Add a screenshot to README 2023-04-06 21:01:27 +03:00
Bananymous 77e94e1d3b General: Write basic README 2023-04-06 20:59:45 +03:00
Bananymous 6188023fb5 Create README.md 2023-03-18 04:05:59 +02:00