Hi folks,

One option is to mount a disk image, as described here [2]. Or, for
ia32/amd64 you can copy the file to /data/web [3] and download the file
through a web browser.

Vojta was faster than me. Thanks.

My two cents: Using the web server is a straightforward solution. If you use the tools/ew.py to run HelenOS in QEMU, downloading your log might be as simple as fetching http://localhost:8080/<filename> from your host.

However, if the log is too big, it won't fit on the RAM disk. In that case you either have to tweak the free space value in boot/Makefile (lines 47 and 50), use tmpfs for the RAM disk (RDFMT = tmpfs) or mount and use an additional block device as referenced by Vojta.


M.D.

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to