2014-05-26 2:32 GMT+04:00, Martin Decky <[email protected]>: > 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.
Thank you, Martin. I've used this method. > > 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 > _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
