boot

Is it possible to have "Differencing Disks" in Windows 7 VHD?

I have used wim2vhd to make a vhd file to boot from. I'm planning more vhd machines based on the same OS(windows 7 ultimate) Can I have one "Master-VHD" witch contain the os, and smaler "Child-VHD"'s that inherit from the master? Or is this not possible in this scenario? HW OS : Windows 7 Ultimate (6.1.7600 Build: 7600 ) ...

How to build and deploy an Amiga application that is bootable from a floppy disk (NON-DOS)?

Following up on the "How do I code and compile an Amiga application?" question, what development applications and build process is required to boot an Amiga application from a floppy disk? Update: Pointed out by jesup, taken from Amiga RKM Devices: The Amiga trackdisk device directly drives the disk, controls the disk motors, re...

How to configure a system-wide package in osgi?

I need to made available a library to some bundles. This library makes use of RMI, so it needs (as far as I know, at least) to use the system class loader in order to work (I tried to "osgi-fy" the library, which results in classcastexceptions at runtime). So what I did was to remove the dependencies from the bundles that use that librar...

If values in Boot.scala (Scala Lift)

Hi all- I feel like I'm monopolizing the stack for Scala/Lift, so I apologize, but the questions keep coming. Here's the latest. I'm trying to restrict access to anything in the /login/* to those users who have not yet logged in. Here is how I'm trying to do it: val entries = Menu(Loc("Home", List("index"), "Home")) :: //login stuff...

Sample Android BSP(Source) for ARM

I am looking for a ARM processor version of Android BSP to port it for one of my experimental boards. Where can I download this? Any help in this is greatly appreciated. Thomas ...

OS bootstraping process

I try to understand os bootstraping process. Some questions are not clear to me. One of them is : How does bootstrap code in Volume boot record know about absolute LBA address of 0 sector of patition where Volume boot record resides? ...

Putting a compiled boot sector onto an USB Stick

Hey I'm actually interested in how an OS works, from the POST over the Boot process to the Kernel, GUI, etc. Well I have to start at the beginning: The bootsector Most tutorials only specify how to get your .bin bootstrapper onto an USB stick for Linux users. But as I'm using XP I would like to ask how do I get my 512 byte .bin onto ...

Graphics on a bootloader

Managed to create a simple bootloader... and with VESA 2.0 I managed to change the resolution to 1024x768x32, also managed to setup a Linear Frame Buffer... Where can I find tutorials for using the frame buffer? Like lets say to display a picture before it finishes to load? So far I saw one sample on how to "draw" an ipod...called CdPod...

Where can I find the source code for Redhat's nash utility?

Where can I find the source code for Redhat's nash utility? Thanks, Chenz ...

Identify a reboot

Is there any "Boot session ID" or (reliable) "Boot timestamp"? For an installation I need to detect that a scheduled reboot took place indeed. I guess I could do a dummy MoveFileEx() with MOVEFILE_DELAY_UNTIL_REBOOT, but i did hope for something easier. (We have to install a 3rd party package that sometimes behaves erratically after ...

Basic OS boot question

Hello! I have some kinda basic question to the boot process of a computer and the part where the bootloader calls the OS. So I know that the BIOS copies the first 512 bytes from a bootable drive into memory and executes the code - so that's the boot block. But how does that small assembler boot bootloader the commands from the OS? Do...

Develop a Bootloader In Assembly

I've already done a part of my OS in Assembly, but now I want to build a own bootloader for it too instead of using GRUB. When I was developing my test OS in Assembly I remember that I boot it like this: org 0x7c00 bits 16 ; OS Kernel Here times 510 - ($-$$) db 0 dw 0xAA55 This I've already know. Now I want to use this and execute t...

Specific 'boot file' definition

Hey, I have been given a general explanation of how a computer boots up. However a very loose definition to the term 'boot file' was given. Could someone explain 'boot file' to me in a very simple but concise manner? I have read about the POST, the clearing of registers, BIOS in the CMOS, etc. What I understand is that the boot file is...

How to start Solr automatically?

At the moment I have to go to /usr/java/apache-solr-1.4.0/example and then java -jar start.jar Any ideas how to get this to start automatically on boot? Im on a shared linux server. Cheers ...

Getting started in creating simple bootable C program

Could someone guide me on what path/steps to take to create a simple bootable hello world program? I have the basic knowledge of C/C++. My aim is to create a very simple OS. I would like as much relevant links to references and samples as possible. ...

Editing "Time to display recovery options when needed" timeout value using a program

Hi all, I want to edit the timeout value of 'Time to display recovery options when needed' without using the UI display option. To navigate, Right click on 'Mycomputer' -> Properties -> Advanced tab -> click on SETTINGS of 'Startup and recovery' => 2nd displayed check box. The value thought to be in c:\boot.ini file, but it has value of...

How early can I call kalloc in an arm linux kernel?

I would like to dynamically allocate memory from the machine_init function in my arm linux kernel. Calling kalloc can result in a complete failure of the system to boot. My debugging tools are very limited so I can't give much more information regarding the failure. Simply put, is it legal to call kalloc from a machine_init function in...

What environment variables available while starting the script using init.d boot process

My problem is like this (OS is Sun Solaris): 1) At the boot time I want to start a process using a specific script. I am doing this by putting this script in /etc/init.d (and following other K and S rules) 2) The program which will be called by the script is located at $HOME/xxx/yyy location. 4) I am using 'su - {myuser} -c "{full pat...

linux kernel booting from my bootloader

hi , i wish to load linux using my own bootloader .. preliminary research and google told me that i ll have to use start_kerne() function .. i want to ask how can i call start_kernel() from assembly .. i have already formatted my usb into ext3 and pasted the compiled kernel there .. now how can i start the linux kernel ? any help is we...

Cisco 1760 router wont load past rommon

Hello, after reset to factory defaults("write erase") and writing command "write memory" (by a mistake...just wanted to save config....and forgot that on cisco its "copy running-config startup-config"). Router wont load past rommon now(i see in console error messages): loadprog: bad file magic number: 0x0 boot: cannot load ...