WO2015161456A1 - Terminal doté de multiples systèmes d'exploitation - Google Patents

Terminal doté de multiples systèmes d'exploitation Download PDF

Info

Publication number
WO2015161456A1
WO2015161456A1 PCT/CN2014/075978 CN2014075978W WO2015161456A1 WO 2015161456 A1 WO2015161456 A1 WO 2015161456A1 CN 2014075978 W CN2014075978 W CN 2014075978W WO 2015161456 A1 WO2015161456 A1 WO 2015161456A1
Authority
WO
WIPO (PCT)
Prior art keywords
partition
terminal
operating system
internal memory
operating
Prior art date
Application number
PCT/CN2014/075978
Other languages
English (en)
Chinese (zh)
Inventor
涂四华
周志刚
Original Assignee
华为终端有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 华为终端有限公司 filed Critical 华为终端有限公司
Priority to PCT/CN2014/075978 priority Critical patent/WO2015161456A1/fr
Publication of WO2015161456A1 publication Critical patent/WO2015161456A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/725Cordless telephones

Definitions

  • the present invention relates to the field of terminals, and in particular, to a terminal having multiple operating systems. Background technique
  • the first operating system is started from the zero address of the EMMC, and the 8 GB from the EMMC.
  • the address begins to install the second operating system. Since the installation location of other operating systems is not from the zero address except for the first operating system, the startup process is different, which leads to the modification of the startup software and system software, which increases the complexity of the software design. degree. Summary of the invention
  • the embodiment of the invention provides a terminal with multiple operating systems, which can reduce the complexity of the software design of the operating system in the terminal.
  • an embodiment of the present invention provides a terminal with multiple operating systems, where: the terminal supports a first operating system and a second operating system;
  • the system file of the first operating system and the system file of the second operating system are respectively stored in a first partition and a second partition of an internal storage space of the terminal;
  • the system file of the first operating system is stored from the zero address in the first partition;
  • the system file of the second operating system is stored from the zero address in the second partition.
  • the internal storage space is an embedded multimedia card EMMC.
  • the first partition is a user data area
  • the second partition is a universal partition
  • the terminal, the first partition and the first partition are divided from the internal storage space
  • the process of the second partition includes: before the terminal is installed with the first operating system and the second operating system, the terminal downloads a boot program; the terminal runs the boot program from the internal storage space Dividing the first partition and the second partition, wherein start addresses of the first partition and the second partition are both zero addresses.
  • an embodiment of the present invention provides a terminal with multiple operating systems, where the terminal includes:
  • system bus is configured to connect the internal memory and the processor;
  • processor is configured to store the system file of the first operating system and the system file of the second operating system in the The first partition and the second partition of the internal memory of the terminal;
  • the system file of the first operating system is stored in the first partition from a zero address
  • the system file of the second operating system is stored in the second partition from a zero address
  • the internal memory is an embedded multimedia card EMMC.
  • the first partition is a user data area
  • the second partition is a universal partition
  • the process for the processor to divide the first partition and the second partition from the internal memory specifically includes: installing, by the terminal, the first operating system and the Before the second operating system, downloading a boot program; running the boot program, dividing the first partition and the second partition from the internal memory, wherein the first partition and the second partition The starting address is zero address.
  • the terminal with multiple operating systems provided by the embodiment of the present invention supports the first operating system and the second operating system; the system file of the first operating system and the system file of the second operating system are respectively stored in the first internal storage space of the terminal.
  • the system file of the first operating system is stored from the zero address in the first partition; the system file of the second operating system is stored from the zero address in the second partition.
  • the embodiment of the present invention implements installing multiple operating systems in multiple partitions, and each operating system is installed from a zero address, so that multiple operating systems can be separately developed, and the developed operating system can be
  • the smart terminal installed in a single operating system can also be installed on a smart terminal with multiple operating systems, which reduces the complexity of the software design of the operating system and improves the application flexibility of the system software.
  • FIG. 1 is a schematic diagram of a terminal with multiple operating systems according to an embodiment of the present invention
  • FIG. 1 is a flowchart of a method for installing multiple operating systems in a terminal according to an embodiment of the present invention
  • Another schematic diagram of a terminal with multiple operating systems Another schematic diagram of a terminal with multiple operating systems. detailed description
  • FIG. 1 is a schematic diagram of a terminal with multiple operating systems according to an embodiment of the present invention.
  • the terminal supports the first operating system and the second operating system, and the system files of the first operating system are stored in the internal storage space.
  • the system file of the second operating system is stored in the second partition of the internal storage space, and the system file of the first operating system is from zero in the first partition.
  • the address starts to be stored at 0x00000000, and the system file of the second operating system is stored from the zero address, that is, 0x00000000 in the second partition.
  • the internal storage space may be, for example, E ⁇ C
  • the first partition is a user data area
  • the second partition is a general partition.
  • the two operating systems installed in the first partition and the second partition can be separately developed.
  • the developed operating system can be installed on a terminal of a single operating system, or can be installed on a terminal of a dual operating system, and does not need to be done. Any modifications.
  • the internal storage space is not limited to E C, and may be hardware located inside the terminal and used for storage.
  • the terminal provided by the embodiment of the present invention includes other components, such as a processor, a transceiver, and the like, for implementing the terminal function.
  • a processor for implementing the terminal function.
  • transceiver for implementing the terminal function.
  • the relevant restrictions are only focused on the content related to the installation of the operating system in the terminal.
  • FIG. 2 is a flowchart of a method for installing multiple operating systems in a terminal according to an embodiment of the present invention.
  • the internal storage space of the terminal can be divided into multiple partitions, and one operating system can be installed in one partition.
  • the internal storage space of the terminal is divided into two partitions, and an operating system is installed in each partition as an example for description.
  • the method for installing multiple operating systems in the terminal may include:
  • Step 201 Before installing the first operating system and the second operating system, the terminal downloads a boot program.
  • a small bootloader can be downloaded when the terminal is booted before any operating system is installed in the terminal.
  • This bootloader can be used to partition multiple partitions from internal storage (eg E Li C ).
  • the entire internal storage space may be divided into multiple partitions, or a part of the internal storage space may be divided into multiple partitions.
  • Step 202 The terminal runs the downloaded boot program, and divides the first storage space from the terminal. a partition and a second partition; wherein the start addresses of the first partition and the second partition are both zero addresses.
  • the boot program may send an EMMC storage device command carrying the partition information to the E-C, and the partition information is used to indicate that the E-C is divided into a plurality of partitions, and the partition information may include: The number of partitions, the size of the storage space of each partition, and the like; the E-C storage device command is a set of EMMC commands.
  • the partitioned partition may include a user data area and at least one general partition.
  • the number of common partitions may be determined according to the number of operating systems to be installed, that is, the sum of the number of common partitions and the number of user data areas is equal to the number of operating systems to be installed; for example, if two terminals are installed in the terminal
  • the operating system can divide two partitions from the EMMC, that is, one user data area and one common partition. If three operating systems are installed in the terminal, three partitions can be divided from the E-C, that is, one user data. Zone, two general partitions.
  • the size of the storage space of the plurality of partitions may be the same or different, which is not limited by the embodiment of the present invention.
  • the starting addresses of the divided multiple partitions are all 0x00000000, so that the installation default of each operating system starts from the zero address of the partition when the operating system is installed later, so that the corresponding installation software is not required to be implemented. Modify to install.
  • the boot program can determine that the E-C has been divided according to the returned value of the E-C command sent, and after the partition is divided, the smart terminal is restarted, according to the division.
  • the partition updates the system partition table.
  • Step 203 After the terminal restarts, update the system partition table according to the partitions, and then download the operating systems to be installed separately, and install an operating system to be installed in each partition.
  • the internal storage space of the terminal can be divided into multiple partitions by using the method provided by the embodiment of the present invention, and the starting addresses of the divided partitions are all zero addresses. Therefore, the embodiment of the present invention implements installing multiple operating systems correspondingly on multiple partitions that do not have differences, so that multiple operating systems can be separately developed, and the developed operating system can be installed on a terminal of a single operating system. Can also be safe Installed on a multi-operating system terminal, the complexity of the software design of the operating system is reduced, and the application flexibility of the system software is improved.
  • FIG. 3 is a schematic diagram of another terminal according to an embodiment of the present invention.
  • the terminal provided by the embodiment includes an internal memory 301, a processor 302, and a system bus 303.
  • the system bus 303 is configured to connect to the internal memory 301 and process. 302.
  • the internal memory 301 may be an EMMC of the terminal, or other hardware located inside the terminal for storage.
  • the internal memory 301 includes a first partition and a second partition.
  • the processor 302 is configured to store the system file of the first operating system and the system file of the second operating system in the first partition and the second partition of the internal memory of the terminal respectively, where the system file of the first operating system is first The partition is stored from the zero address, and the system file of the second operating system is stored from the zero address in the second partition.
  • the first partition and the second partition of the internal memory are a user data area and a general partition, respectively. Further, the process for the processor 302 to divide the first partition and the second partition from the internal memory specifically includes:
  • the boot program is executed to divide the first partition and the second partition from the internal memory, wherein start addresses of the first partition and the second partition are both zero addresses.
  • the two operating systems installed in the first partition and the second partition may be separately developed, and the developed operating system may be installed on a terminal of a single operating system, or may be installed on a terminal of a dual operating system, without Make any changes.
  • the embodiment of the present invention implements installing multiple operating systems correspondingly on multiple partitions that do not have differences, so that multiple operating systems can be separately developed, and the developed operating system can be installed in a single operating system.
  • the terminal can also be installed on the intelligent terminal of multiple operating systems, which reduces the complexity of the software design of the operating system and improves the application flexibility of the system software.
  • the method steps described in the embodiments disclosed in the present invention may be implemented by hardware, processor, and soft A module, or a combination of the two.
  • Software modules can be placed in random access memory (RAM), memory, read only memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, removable disk, CD-ROM, or technical field Any other form of storage medium known.

Abstract

La présente invention concerne un terminal doté de multiples systèmes d'exploitation (multi-OS). Le terminal prend en charge un premier système d'exploitation (OS) et un second système d'exploitation (OS). Des fichiers de système du premier OS et du second OS sont mémorisés respectivement dans une première partition et une seconde partition d'un espace de mémoire interne du terminal. Les fichiers de système du premier OS sont mémorisés dans la première partition à partir d'une adresse nulle. Également, les fichiers de système du second OS sont mémorisés dans la seconde partition à partir d'une adresse nulle. La présente invention réduit la complexité de la conception de logiciel de l'OS installé dans le terminal.
PCT/CN2014/075978 2014-04-22 2014-04-22 Terminal doté de multiples systèmes d'exploitation WO2015161456A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2014/075978 WO2015161456A1 (fr) 2014-04-22 2014-04-22 Terminal doté de multiples systèmes d'exploitation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2014/075978 WO2015161456A1 (fr) 2014-04-22 2014-04-22 Terminal doté de multiples systèmes d'exploitation

Publications (1)

Publication Number Publication Date
WO2015161456A1 true WO2015161456A1 (fr) 2015-10-29

Family

ID=54331596

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/075978 WO2015161456A1 (fr) 2014-04-22 2014-04-22 Terminal doté de multiples systèmes d'exploitation

Country Status (1)

Country Link
WO (1) WO2015161456A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107025135A (zh) * 2017-03-03 2017-08-08 网易(杭州)网络有限公司 Docker容器内应用进程管理方法、装置和介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000036509A2 (fr) * 1998-12-18 2000-06-22 Unisys Corporation Systeme et procede informatiques de commande de systemes d'exploitation multiples dans differentes partitions du systeme informatique et permettant aux differentes partitions de communiquer entre elles par une memoire partagee
CN101840341A (zh) * 2010-04-01 2010-09-22 惠州Tcl移动通信有限公司 智能手机系统及其启动方法
CN102469207A (zh) * 2010-11-19 2012-05-23 希姆通信息技术(上海)有限公司 多操作系统手机及其实现方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000036509A2 (fr) * 1998-12-18 2000-06-22 Unisys Corporation Systeme et procede informatiques de commande de systemes d'exploitation multiples dans differentes partitions du systeme informatique et permettant aux differentes partitions de communiquer entre elles par une memoire partagee
CN101840341A (zh) * 2010-04-01 2010-09-22 惠州Tcl移动通信有限公司 智能手机系统及其启动方法
CN102469207A (zh) * 2010-11-19 2012-05-23 希姆通信息技术(上海)有限公司 多操作系统手机及其实现方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107025135A (zh) * 2017-03-03 2017-08-08 网易(杭州)网络有限公司 Docker容器内应用进程管理方法、装置和介质
CN107025135B (zh) * 2017-03-03 2020-02-21 网易(杭州)网络有限公司 Docker容器内应用进程管理方法、装置和介质

Similar Documents

Publication Publication Date Title
US9507604B2 (en) Boot method and boot system
US11360696B2 (en) System startup method and apparatus, electronic device, and storage medium
EP3518099B1 (fr) Installation d'un système d'exploitation
CN102799464B (zh) 虚拟机创建方法及系统、虚拟机重装方法及系统
US8752039B1 (en) Dynamic upgrade of operating system in a network device
US11106622B2 (en) Firmware update architecture with OS-BIOS communication
WO2017180411A1 (fr) Génération dynamique d'une image de conteneur de logiciel
US10185575B2 (en) Computing device for operating a machine session with persistent read cache and non-persistent write cache and related methods
WO2014153479A1 (fr) Système d'exploitation décentralisé
JP6201049B2 (ja) 読み出し専用のシステムイメージ内のシステムレベルサービスを更新するためのシステム及び方法
CN105739961B (zh) 一种嵌入式系统的启动方法和装置
WO2015062193A1 (fr) Dispositif et procédé de mise en place et suppression pour système à exploitations multiples de terminal intelligent
WO2016155282A1 (fr) Procédé de partition mémoire et terminal
US10360043B2 (en) Installation of device drivers from virtual media
CN111104201A (zh) 系统迁移方法和装置、电子设备、存储介质
CN103744708A (zh) 一种实现linux操作系统下固定磁盘设备名的方法
WO2011095074A1 (fr) Procédé de mise à niveau de système de dispositif terminal et dispositif terminal
US20230221784A1 (en) System and method for power state enforced subscription management
CN110955494A (zh) 一种虚拟机磁盘镜像构建方法、装置、设备、介质
EP3785149B1 (fr) Attribution de mémoire pour systèmes d'exploitation invités
US20150277933A1 (en) Method of operating multiple operating systems and the electronic device thereof
WO2020113478A1 (fr) Procédé et appareil de traitement d'informations d'adresse, dispositif électronique et support d'enregistrement
US20150113260A1 (en) Installation system for installing guest operating system and method thereof
WO2019001280A1 (fr) Procédé de gestion de ressources informatiques virtuelles hétérogènes, dispositif associé et support de stockage
WO2015161456A1 (fr) Terminal doté de multiples systèmes d'exploitation

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14890411

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14890411

Country of ref document: EP

Kind code of ref document: A1