mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Removed some commented out code. Removed excessive printfs. Fixed spid not initialising for mm0 Fixed some faults with fs0. TODO: - Need to store vfs files in a separate list. - Need to define vnum as a vfs-file-specific data, i.e. in priv_data field of vm_file. - Need to then fix vfs_receive_sys_open.
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
target remote localhost:1234
|
|
load final.axf
|
|
stepi
|
|
sym final.axf
|
|
break break_virtual
|
|
continue
|
|
stepi
|
|
sym start.axf
|