2020-10-20 00:34:53 -04:00
2022-09-04 23:03:20 -04:00
2022-03-13 23:16:37 -04:00
2017-07-26 13:51:58 -04:00
2022-08-11 15:08:49 -04:00
2022-08-20 19:57:10 -04:00

= INSTALLATION

To install HOS to an EFI partition, follow these steps:

  1. Copy build/hello/BOOTX64.EFI to EFI partition EFI/HOS.EFI. For example, from Linux:

    sudo cp build/hello/BOOTX64.EFI /boot/efi/EFI/HOS.EFI

  2. Register EFI loader for HOS (one time only) with command:

    efibootmgr -c -d /dev/nvme1n1 -p 2 -l '\EFI\HOS.EFI' -L HOS

(Update the -d device parameter and -p partition parameter as appropriate)

  1. Set boot order to desired boot order. Exact order will be system dependent. Example:

    efibootmgr -o 2,0,6,5

Description
Holtrop's Operating System - new version, really lacking content
Readme 3.7 MiB
Languages
C 51.8%
Ruby 47.4%
Assembly 0.8%