File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1+ commit 957f305fad3c6232f1c7fb54bfae8fd318d902f0
2+ Author: Alexeev Bronislav <
[email protected] >
3+ Date: Sat Aug 30 04:34:39 2025 +0700
4+
5+ update readme
6+
7+ commit 05a687de1937bb573371283161cb569f41771bb9
8+ Author: Alexeev Bronislav <
[email protected] >
9+ Date: Sat Aug 30 04:33:09 2025 +0700
10+
11+ update version
12+
113commit 0cfc64b5cf1ed8441afcad8f1b3e6d53800c18e1
214Author: Alexeev Bronislav <
[email protected] >
315Date: Sat Aug 30 04:24:31 2025 +0700
Original file line number Diff line number Diff line change 107107make
108108```
109109
110- ### Создание образа диска и запуск в QEMU
110+ ### Создание образа диска (hdd) и запуск в QEMU
111111``` bash
112112make run
113113```
114114
115- ### Запуск в QEMU с отладкой
115+ ### Создание образа диска fda и запуск в QEMU
116116``` bash
117- make debug
117+ make run_fda
118118```
119119
120120### Очистка проекта
@@ -126,8 +126,10 @@ make clean_all # Полная очистка
126126## Отладка
127127
128128Для отладки KintsugiOS запустите систему в режиме отладки:
129+
129130``` bash
130- make debug
131+ make debug # образ диска hdd
132+ make debug_fda # образ диска fda
131133```
132134
133135И подключитесь через ваш дебаггер (например gdb).
You can’t perform that action at this time.
0 commit comments