GithubHelp home page GithubHelp logo

qemu-linux's People

Contributors

bavernet avatar

Watchers

 avatar

qemu-linux's Issues

add README.md for users

Although it is made for repository owner and he already knows all the functions, it needs README.md for other people to easily use them.

x86 archtecture support

There are lots of architectures that Linux supports.
Currently it supports only arm architecture because the owner is a developer for embedded devices based on arm architecture.
But, there are many configs depending on each architecture which makes different implementation and a developer for PC could need x86 architecture support.

unnecessary permission when copying files to rootfs

Actually it doesn't need superuser permissions to copy added files to install directory for rootfs.

$ ./qemu-linux rootfs

...

  ./_install//usr/sbin/ubiupdatevol -> ../../bin/busybox
  ./_install//usr/sbin/udhcpd -> ../../bin/busybox


--------------------------------------------------
You will probably need to make your busybox binary
setuid root to ensure all configured applets will
work properly.
--------------------------------------------------

~/work/qemu-linux
[sudo] password for bsh:

extract outputs of busybox into a new directory

busybox is managed as a submodule.
As it currently places output of busybox and a rootfs image under busybox directory, git commands tend to take long time to check untracked files under busybox repository.

So, it needs to extract them out of busybox directory and those should be ignored when checking the repository.

support de-optimized kernel builds

Because of compiler optimization, it is not easy to match the current pc to its source line.
Therefore, even though we use cgdb to understand and debug Linux kernel, the source line on cgdb seems to be randomly jumped, which makes it unreliable.

support ARCH and CROSS_COMPILE variables as arguments

Now, it supports only ${ARCH} and ${CROSS_COMPILE} as environment variables, which makes users confused because usually they consider environment variables arguments as belows:

$ ARCH=arm ./qemu-linux  # environment  variables: it works now.
$ ./qemu-linux ARCH=arm # arguemnts: it does not work.

prerequisites script to easily set up the environment

Even though 'qemu-linux' makes it easy to debug and analyze linux kernel on qemu, tmux and cgdb, it is not easy to install the environment with tools such as cross-compiler, qemu, tmux, gdb-multiarch, etc.

It needs prerequisites script for easy installation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.