• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

bootable/newinstaller


RSS
Révision l'heure Auteur
b06644a 2016-01-18 03:57:01 Chih-Wei Huang

Android.mk: remove dead code

c4c5c17 2016-01-18 03:56:01 Chih-Wei Huang

Android.mk: add missing dependencies

The EFI support introduced more files which should be added
to the dependencies of $(boot_dir).

bf8b692 2016-01-18 03:16:02 Luke

updated grub.cfg install location

c11e0a6 2016-01-18 03:12:42 Luke

EFI support for ISO

a1837c0 2016-01-18 03:10:41 Chih-Wei Huang

init: remove find_network_dev_name

It is not used now.

7069b74 2016-01-18 03:10:15 Chih-Wei Huang

efi: don't be in favor of Windows 8

45029f9 2016-01-18 03:10:01 Chih-Wei Huang

0-auto-detect: do not load extra 3G modules

The modules are built-in or could be auto-loaded on demend.
No need to pre-load them anymore.

64cd6dd 2016-01-18 03:08:54 Chih-Wei Huang

Add the lndir script

The script can make hard links of files in a directory
to another one.

e3628c2 2016-01-18 03:08:48 Chih-Wei Huang

1-install: add 4.4-r3 to the upgrade list

38e9b78 2016-01-18 03:08:41 Chih-Wei Huang

Revert "0-auto-detect: set correct permission for bluetooth nodes"

The related code was moved to init.sh.

This reverts commit 454d76b2b125e5a55fd38d58396866e37ea923a2.

eeb7464 lollipop-x86 2015-10-29 15:11:37 Chih-Wei Huang

efi: don't be in favor of Windows 8

10a68ef 2015-10-23 17:32:15 Chih-Wei Huang

init: avoid using init modprobe

The init modprobe should not be used before the porting is finished,
otherwise the system suddenly reboots.

Also remove the obsolete way to load modules.

5a8bac4 2015-10-21 20:58:10 Chih-Wei Huang

init: re-hash the commands table

e2bb174 2015-10-21 17:00:50 Chih-Wei Huang

0-auto-detect: do not load extra 3G modules

The modules are built-in or could be auto-loaded on demend.
No need to pre-load them anymore.

3cf83c8 2015-10-20 17:20:24 Chih-Wei Huang

initrd: remove v86d and load_uvesafb

Now v86d is built from source (thanks to pstglia to make it work)
and the function of load_uvesafb is moved to init.sh.

9a49bb3 2015-10-06 00:50:34 Chih-Wei Huang

1-install: we support ext4 now

384fc25 2015-10-05 23:15:24 Chih-Wei Huang

init: avoid using some busybox executables

It fixes the unable to format ext3 issue.

6ae4351 2015-10-04 02:36:46 Chih-Wei Huang

Use gfxterm for grub-efi

It fixes ASUS T100 garbled console mysteriously.

65827a8 2015-10-02 14:33:47 Chih-Wei Huang

Merge remote-tracking branch 'x86/kitkat-x86-new-grub' into lollipop-x86

85ad292 2015-07-27 03:21:15 Chih-Wei Huang

Use mksh in the DEBUG mode

5ab0984 2015-07-26 20:29:53 Chih-Wei Huang

Add the lndir script

The script can make hard links of files in a directory
to another one.

39bc7a9 2015-07-26 16:53:55 Chih-Wei Huang

1-install: add 4.4-r3 to the upgrade list

3d248a6 2015-07-26 16:52:31 Chih-Wei Huang

Revert "0-auto-detect: set correct permission for bluetooth nodes"

The related code was moved to init.sh.

This reverts commit 454d76b2b125e5a55fd38d58396866e37ea923a2.

a157295 2015-07-26 16:43:50 Chih-Wei Huang

Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86

027c66f 2015-07-16 18:06:31 Chih-Wei Huang

install: upgrade to TrustedGRUB 1.1.5

c84d951 android-x86-4.4-r3 2015-05-08 02:04:33 Chih-Wei Huang

support GPT disks

* allow to create GPT partitions
* allow to install to a GPT partition
* allow to install grub2-efi to the ESP partition

Based on the nice work of hatharry <hatharry@gmail.com>.

21566f0 2015-01-10 02:12:27 Chih-Wei Huang

init: do not mount /cache directly

Let /cache be mounted in fstab.

fdf9c73 2015-01-08 17:08:03 Chih-Wei Huang

1-install: support formatting ext4 partition

Note our legacy grub can't support booting from an ext4 partition.
You need to install a bootloader supporting ext4 manually.

ff6ae93 2015-01-08 16:35:27 Chih-Wei Huang

init: remove find_network_dev_name

It may be unnecessary now.

8c31026 2015-01-05 21:36:47 Chih-Wei Huang

Merge remote-tracking branch 'x86/kitkat-x86' into lollipop-x86