Changeset View
Changeset View
Standalone View
Standalone View
stand/kboot/main.c
| Show First 20 Lines • Show All 250 Lines • ▼ Show 20 Lines | #endif | ||||
| printf("Boot device: %s with hostfs_root %s\n", bootdev, hostfs_root); | printf("Boot device: %s with hostfs_root %s\n", bootdev, hostfs_root); | ||||
| printf("\n%s", bootprog_info); | printf("\n%s", bootprog_info); | ||||
| setenv("LINES", "24", 1); | setenv("LINES", "24", 1); | ||||
| memory_limits(); | memory_limits(); | ||||
| enumerate_memory_arch(); | |||||
| /* | /* | ||||
| * Find acpi, if it exists | * Find acpi, if it exists | ||||
| */ | */ | ||||
| find_acpi(); | find_acpi(); | ||||
| interact(); /* doesn't return */ | interact(); /* doesn't return */ | ||||
| ▲ Show 20 Lines • Show All 197 Lines • Show Last 20 Lines | |||||