Lingemu: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Created page with "[https://lingemu.org Lingemu] is a machine virtualizer written in the Rust programming language. Alongside from the commands listed [https://lingemu.org/examples.html here], i...")
 
No edit summary
 
Line 1: Line 1:
{{stub}}
[https://lingemu.org Lingemu] is a machine virtualizer written in the Rust programming language. Alongside from the commands listed [https://lingemu.org/examples.html here], it also has GDB support.
[https://lingemu.org Lingemu] is a machine virtualizer written in the Rust programming language. Alongside from the commands listed [https://lingemu.org/examples.html here], it also has GDB support.



To use the gdb support pass in the argument -gdb xxxx, where "xxxx" is the port number. Lingemu will then wait for you to connect before booting up the operating system.
To use the gdb support pass in the argument -gdb xxxx, where "xxxx" is the port number. Lingemu will then wait for you to connect before booting up the operating system.

[[Category:Emulators]]
[[Category:X86]]

Latest revision as of 22:34, 9 July 2023

This page is a stub.
You can help the wiki by accurately adding more contents to it.

Lingemu is a machine virtualizer written in the Rust programming language. Alongside from the commands listed here, it also has GDB support.

To use the gdb support pass in the argument -gdb xxxx, where "xxxx" is the port number. Lingemu will then wait for you to connect before booting up the operating system.