Commit Graph

136 Commits

Author SHA1 Message Date
K. Lange
e680a7a61f boot: Rewrite the legacy BIOS loader 2021-06-14 11:11:37 +09:00
K. Lange
074728b5ff boot: Recover BIOS loader. 2021-05-31 12:32:53 +09:00
K. Lange
229c4f9631 atapi: Add timeout checks to resolve boot failures in newer QEMUs 2021-05-31 09:24:06 +09:00
K. Lange
b46a4e007b boot: Make sure PAE is disabled when booting 32-bit EFI 2021-04-22 19:59:32 +09:00
K. Lange
b081668712 boot: Fixes to boot processes on multiple platforms. 2021-04-22 19:46:51 +09:00
K. Lange
3ca8a5fcc2 boot: try to make gzip decoder faster in loader 2021-04-19 20:13:10 +09:00
K. Lange
abbe298cd7 boot: Compress ramdisk image with gzip 2021-04-08 18:07:08 +09:00
K. Lange
f83815b7d7 boot: add warning when unable to find boot drive 2020-11-10 10:09:35 +09:00
K. Lange
756f043dc3 boot: change format of memory map debug text 2019-12-26 11:17:38 +09:00
K. Lange
14626a291a boot: update description for 'Writable Root' 2018-12-28 18:48:00 +09:00
K. Lange
f2577f4034 boot: fix horizontal wrapping 2018-12-25 15:20:55 +09:00
K. Lange
38691a2f01 boot: zero bss after jump to C entry point 2018-12-20 15:45:13 +09:00
K. Lange
488c659e8d meta: add /etc/os-release and swap links back to github 2018-12-20 14:25:25 +09:00
K. Lange
164fa6447b Revert "boot: switch back to ext2 ramdisks while an issue is investigated"
This reverts commit 3e04540bf7.
2018-12-13 10:07:00 +09:00
K. Lange
3e04540bf7 boot: switch back to ext2 ramdisks while an issue is investigated 2018-12-11 21:00:48 +09:00
K. Lange
31af34c73d boot: switch to tar ramdisks 2018-12-11 13:04:02 +09:00
K. Lange
f993a753cb tarfs: new filesystem driver for read-only ustar mounting 2018-12-11 12:26:02 +09:00
K. Lange
0e39893ab9 boot: disable VMware guest sizing by default 2018-12-03 19:01:03 +09:00
K. Lange
cb80f52ed4 boot: netinit needs to migrate, too 2018-12-03 11:04:06 +09:00
K. Lange
4fa1645ff0 netinit: accept URL as argument; add boot option 2018-12-03 10:21:29 +09:00
K. Lange
8f5de441fc boot: port boot.s to GNU as 2018-10-14 11:35:01 +09:00
K. Lange
655e829112 ToaruOS-NIH => ToaruOS 2018-10-06 21:28:43 +09:00
K. Lange
37e30140ec Experimental vmware display resizing 2018-09-29 01:13:32 +09:00
K. Lange
c1e42d2e07 add /dev/port 2018-09-28 13:59:14 +09:00
K. Lange
88ecd95dbc Bump bootloader version 2018-09-12 20:46:31 +09:00
K. Lange
e6f8d0fae1 BIOS loader fixups, should kinda work in vmware? 2018-09-12 19:39:12 +09:00
K. Lange
1960980586 Fix netinit 2018-09-04 10:17:59 +09:00
K. Lange
cdccc913ab Allow seamless and pointer integration to be turned off 2018-08-23 12:51:32 +09:00
K. Lange
db95cae863 Update bootloader readme 2018-08-21 16:51:01 +09:00
K. Lange
d96f52ec93 single-user terminal should start full screen 2018-08-14 11:39:26 +09:00
K. Lange
4fbfafc442 New shell-script-based init system 2018-08-12 16:36:56 +09:00
K. Lange
823b5e1f9f efi loader was skipping first memory map entry 2018-08-11 06:00:45 +09:00
K. Lange
38bfc4e8f7 Fix disabling modules in EFI loader 2018-07-21 20:20:45 +09:00
K. Lange
69a516c90c Set log level to warning when debug is enabled at boot 2018-07-21 12:25:52 +09:00
K. Lange
8f5d2b3172 Actually retreive stride/pitch info 2018-07-21 11:57:20 +09:00
K. Lange
92b9eb6997 Fix page alignment in bios loader? 2018-07-20 20:18:02 +09:00
K. Lange
976e6c21ef support mboot->boot_loader_name in bootloader 2018-07-20 19:39:05 +09:00
K. Lange
d49a69343e Bump version and fix mode prompts 2018-07-12 14:54:58 +09:00
K. Lange
e7ccc61d62 Support mode setting from EFI 2018-07-12 10:53:36 +09:00
K. Lange
cdb3b17eda kill write protect? 2018-07-11 18:22:16 +09:00
K. Lange
5590d5071c Closer to booting from long mode 2018-07-11 16:10:05 +09:00
K. Lange
9dccacea38 wrong sizes for 64-bit in multiboot struct 2018-07-11 16:09:19 +09:00
K. Lange
ed020443d1 Non-functioning x64 EFI loader (needs jump to protected) 2018-07-11 13:23:04 +09:00
K. Lange
e76ed2000e Use EFI to get memory map 2018-07-11 12:28:52 +09:00
K. Lange
16e1386c86 Lots of fixes 2018-07-11 10:55:49 +09:00
K. Lange
6ad28f50b6 error handling 2018-07-11 10:46:01 +09:00
K. Lange
f42f907241 EFI simple file system boot 2018-07-11 10:23:56 +09:00
K. Lange
1cd6a5cb16 Cleanup how boot modes are tracked 2018-07-07 10:56:14 +09:00
K. Lange
e55fb284ba Functioning IA32 EFI loader 2018-07-06 23:53:14 +09:00
K. Lange
58db6c8fec Fixed up EFI loader builds for qemu and vbox 2018-07-06 16:35:01 +09:00
K. Lange
ba9e9078dd Add headless boot options 2018-07-06 10:40:49 +09:00
K. Lange
6e845dad42 init efi boot work 2018-07-06 09:17:20 +09:00
K. Lange
3700630f0e Rename netboot to netinit, makes more sense 2018-07-01 17:32:50 +09:00
K. Lange
0d3af97b08 Should probably bump bootloader ver to 1.3 2018-06-30 13:57:27 +09:00
K. Lange
6748f6944d Two columns of options 2018-06-30 13:29:11 +09:00
K. Lange
eb8d6f088b Improvements (but still broken) to netboot 2018-06-30 12:08:22 +09:00
K. Lange
65d69b9836 Experimental, currently broken, netboot 2018-06-29 13:55:03 +09:00
K. Lange
bc104fe5d9 Read multiple sectors when loading ramdisk 2018-06-27 13:20:36 +09:00
K. Lange
eaa5c8beab oops, neglected to reset attr 2018-06-09 19:20:07 +09:00
K. Lange
e813056b64 More bootloader cleanup 2018-06-09 19:19:21 +09:00
K. Lange
19db3ed744 Completely separate configurable stuff from rest of bootloader 2018-06-09 18:56:00 +09:00
K. Lange
f73a0c5bad oops, accidentally borked startup app 2018-06-09 18:05:09 +09:00
K. Lange
bd4dd37314 Fully programmatic boot menu... 2018-06-09 18:03:06 +09:00
K. Lange
09d3c44d44 More bootloader improvements 2018-06-09 17:58:29 +09:00
K. Lange
5bd4a72a5f More bootloader improvements 2018-06-09 17:33:23 +09:00
K. Lange
a516578c3c Bootloader improvements 2018-06-09 16:36:48 +09:00
K. Lange
78128e0839 gitlab migration 2018-06-05 09:44:56 +09:00
K. Lange
9bf08fcff6 Fix some multiboot flag stuff 2018-05-21 22:31:49 +09:00
K. Lange
ffa4bd7360 Add login, sudo, user session, auth lib, etc. 2018-05-10 22:33:32 +09:00
K. Lange
cd70295716 Eh, default to 1440x900 2018-05-09 19:05:33 +09:00
David Hayman
d96a913574 Fixed boot loader triple-fault in VirtualBox 2018-05-08 22:29:32 +09:00
K. Lange
9adae25874 Import some apps from mainline/extre 2018-05-04 13:11:06 +09:00
K. Lange
29cb305b8c Avoid flicker on boot menu by not clearing 2018-05-04 12:30:17 +09:00
K. Lange
51121d00fb When debug is enabled at boot, enable logtoserial=3 2018-04-21 20:14:26 +09:00
K. Lange
6fb392b110 remove incorrect debug message from bootloader 2018-04-12 15:00:10 +09:00
K. Lange
e6cf7f0ae1 Fix progress bar filling two lines when it finishes 2018-03-27 19:51:09 +09:00
K. Lange
c2e204d3ce Tweak boot progress bar 2018-03-17 17:36:01 +09:00
K. Lange
7229c70080 Show a progress bar for ramdisk loading at boot 2018-03-17 13:23:59 +09:00
K. Lange
dd089dcac5 Port ramdisk migration tool from python to c 2018-03-15 19:30:04 +09:00
K. Lange
57a705019c Default to basic ATAPI reads in bootloader 2018-03-15 11:44:05 +09:00
K. Lange
f3342d1b2f Have bootloader enable bright backgrounds for vga text mode 2018-03-15 11:16:41 +09:00
K. Lange
eef3b0c610 start is not the boot entry point 2018-03-15 10:33:09 +09:00
K. Lange
0ccf565326 Remove placeholder for boot/stuff/boot 2018-03-15 10:21:01 +09:00
K. Lange
7ea317780a Remove redundant bootloader Makefile 2018-03-15 10:20:37 +09:00
K. Lange
f485e41345 Remove redundant bootloader gitignore 2018-03-15 10:20:17 +09:00
K. Lange
999bd6c3d4 Move to subdir 2018-03-15 10:10:46 +09:00