Tagged Questions
The bootstrapping tag has no wiki summary.
43
votes
20answers
4k views
How can I build a small operating system on an old desktop computer?
This might be in vain, as I know writing an operating system is unbearably complicated (especially by oneself).
I don't expect to build the next linux, or windows.
I know it will be horrible, and ...
38
votes
14answers
11k views
Simplest PHP Routing framework ..?
I'm looking for the simplest implementation of a routing framework in PHP, in a typical PHP environment (Running on Apache, or maybe nginx) ..
It's the implementation itself I'm mostly interested in, ...
29
votes
14answers
2k views
Bootstrapping a language
I've heard of the idea of bootstrapping a language, that is, writing a compiler/interpreter for the language in itself. I was wondering how this could be accomplished and looked around a bit, and saw ...
15
votes
3answers
2k views
Bootstrapping a language on LLVM
I'm bootstrapping a programming language compiler on top of LLVM. Currently I'm mostly done writing a compiler for a subset of C which is self-compiling. When I'm finished with that, I'll bootstrap ...
15
votes
7answers
2k views
What is bootstrapping?
I keep seeing "bootstrapping" mentioned in discussions of application development. It seems both widespread and important, but I've yet to come across even a poor explanation of what bootstrapping ...
14
votes
11answers
2k views
Bootstrapping a compiler: why?
I understand how a language can bootstrap itself, but I haven't been able to find much reference on why you should consider bootstrapping.
The intuitive answer is that the language you're writing ...
13
votes
5answers
2k views
Configuring Automapper in Bootstrapper violates Open-Closed Principle?
I am configuring Automapper in the Bootstrapper and I call the Bootstrap() in the Application_Start(), and I've been told that this is wrong because I have to modify my Bootstrapper class each time I ...
12
votes
1answer
439 views
Can Javascript be Bootstrapped?
Will Javascript on the rapid rise and it being adapted for all sorts of things, my question is: Can Javascript be bootstrapped? More specifically, would a JS parser written in JS be fast enough to be ...
11
votes
32answers
1k views
What tools are built using themselves?
I am curious about what tools are used to build the next version of themselves.
For example, Delphi has long claimed that "Delphi is written in Delphi".
I assume Visual Studio is written using ...
9
votes
4answers
845 views
Resources for writing a C# Compiler for class?
I'm interested in writing a compiler for a intermediate byte-code language like C# (a subset of). I'm trying to accumulate all the resources and information I can before the project begins.
I'll be ...
9
votes
4answers
581 views
Execution without OS
How do you compile a C program in to a valid ELF format(or RAW format) so that it can be executed directly from RAM without any OS? Assume that a bootloader exists which is capable of loading the code ...
7
votes
1answer
125 views
Data-structural bootstrapping examples?
I recently read Okasaki and Brodal's paper "Optimal Purely Functional Priority Queues," which describes a fast priority queue based on data-structural bootstrapping, in which a simple and inefficient ...
6
votes
3answers
125 views
How does bootstrapping work for gcc?
I was looking up the pypy project (Python in Python), and started pondering the issue of what is running the outer layer of python? Surely, I conjectured, it can't be as the old saying goes "turtles ...
6
votes
4answers
2k views
Self updating application install with WIX?
I am writing an application that needs to be installed on a large number of desktops and also needs to update itself. We are looking at WIX for creating the installation. I have used ClickOnce and ...
5
votes
3answers
64 views
Is it possible not to load the bootstrapping mechanism at every call?
This is not a PHP question, but my expertise is with PHP frameworks.
A lot of frameworks have a bootstrapping (loading of classes and files) mechanism. (Drupal, Zend Framework to name a few)
...
5
votes
3answers
651 views
MBR Booting from DOS
For a project I would like to invoke the MBR on the first harddisk directly from DOS. I've written a small assembler program that loads the MBR in memory at 0:7c00h an does a far jump to it. I've put ...
4
votes
2answers
512 views
c#, MSBuild Bootstrapper with wix, how to download .net framework 3.5 SP1?
I managed to create bootstrapper for my project that includes .net framework 3.5SP1 with this code:
<ItemGroup>
<BootstrapperFile Include="Microsoft.Net.Framework.3.5.SP1">
...
4
votes
5answers
415 views
Help with bootstrap and regex for PHP
I am working on a new PHP framework for personal use in future projects, and
below is my planned file structure so far. I just need some help with some regex for my .htaccess file and some help ...
4
votes
7answers
358 views
How do you write a compiler for a language in that language? [closed]
Possible Duplicates:
How can a language's compiler be written in that language?
implementing a compiler in “itself”
I was looking at Rubinius, a Ruby implementation that ...
4
votes
3answers
739 views
Injecting AutoMapper dependencies using Ninject
I am having trouble injecting AutoMapper into an ASP.NET MVC 2 application using Ninject. I used Jimmy Bogard's post on AutoMapper and StructureMap type Configuration as a guide.
public class ...
4
votes
4answers
412 views
PHP Bootstrapping Basics
I'm writing my first PHP app. Everyone talks about having a bootstrap.php to initialize your app. This makes sense and I've put together one that I'm happy with. There's two things I don't ...
4
votes
2answers
731 views
Hello World bootloader not working!
I've been working through the tutorials on this webpage which progressively creates a bootloader that displays Hello World.
The 2nd tutorial (where we attempt to get an "A" to be output) works ...
4
votes
4answers
7k views
Zend Framework: Getting request object in bootstrap
How do I get the request object from inside the bootstrap file?
I can try this methods but not work.
$request= new Zend_Controller_Request_Http();
$request = ...
4
votes
1answer
269 views
Bootstrapping Dependencies (using StructureMap) in winforms
I am trying to keep the IoC registration off to the side just like it is done in CodeCampServer via the DependencyResolution project, so that only one project in my solution holds a reference to ...
4
votes
2answers
3k views
How to Bootstrap SQL Server 2008 Express SP1?
I am trying to bootstrap SQL Server 2008 Express SP1 into my application. Previously I used Wise for Windows to perform the prerequisite installation, but Wise doesn't support Windows Installer 4.5 ...
4
votes
5answers
405 views
Arguments to kernel
Is there anything that the kernel need to get from the boot loader.Usually the kernel is capable of bringing up a system from scratch, so why does it require anything from boot-loader?
I have seen ...
4
votes
5answers
1k views
How to deploy a Python application with libraries as source with no further dependencies?
Background: I have a small Python application that makes life for developers releasing software in our company a bit easier. I build an executable for Windows using py2exe. The application as well as ...
3
votes
1answer
167 views
Bootstrap variables correlation in R
My intention was to write several functions aimed at finding the overall similarity between two covariance matrices, either by multiplying them with random vectors and correlating the response vectors ...
3
votes
1answer
178 views
Higher half kernel initialization
When initializing my kernel, I have a few things that need to happen: 1) paging needs to be enabled, 2) the physical memory manager needs to parse the memory map from grub, and 3) assorted startup ...
3
votes
1answer
178 views
Resume an installer after restarting
The installer needs to run the .NET 4 installer (dotNetFx40_Full_setup.exe) and Microsoft Surface Toolkit(SurfaceToolkitRuntime.msi). The problem is that the .NET 4 install needs to restart the ...
3
votes
2answers
1k views
Bootstrapping to compare two groups
In the following code I use bootstrapping to calculate the C.I. and the p-value under the null hypothesis that two different fertilizers applied to tomato plants have no effect in plants yields (and ...
3
votes
2answers
546 views
Drupal - using boostrap to check logged in user outside of Drupal not working
I'm pulling my hair out trying to figure this one out. I can't get the Bootstrap to work properly when outside of the Drupal dir. It works fine if I run this code in the Drupal dir, but up one level ...
3
votes
1answer
460 views
How to create a runnable setup out of bootstrapper packages?
I would like to install a .NET 4.0 application on the user's machine that does not meet certain prerequisites.
I need to be able to define the installation order of these prerequisites in my ...
3
votes
2answers
2k views
Zend framework: Forms in modules
What I want to do:
Create a number of modules with the forms folder inside them.
What I did:
Create a bootstrapper inside the module and added an _initAutoload function with the specific module ...
3
votes
2answers
740 views
How to pack two msi files and run a condition between them?
I need to pack two msi files in one setup.exe file (via bootstrapper) and run only one of them depending on condition (machine is x64 or x86).
Is there a way to do that?
3
votes
2answers
4k views
Bootstrapper: How to compile the application and prerequisite in single .msi package?
I am creating an .msi package for the application which has a prerequisite for installation.
I am using the Visual Studio 2005 Bootstrapper for this task.
To this end, I did the following:
Located the ...
3
votes
5answers
3k views
PHP Bootstrapping better method?
Is it a good practice to bootstrap your PHP application.
I found two ways to bootstrap my PHP application. Need some suggestions which is a better way.
First.
Define a constant for the folder ...
3
votes
1answer
5k views
Zend Framework: How do you set your layout directory in a modular application?
the directory structure I'm trying to achieve would be this:
application/default/views/layouts/layout.phtml
application/default/views/scripts/index/index.phtml
...
2
votes
1answer
47 views
Windows: install application + dependencies
I need to develop an installer for a .NET application and its dependencies.
The .NET application itself is using WiX for the installer. That is resolved and does not really need to be changed.
My ...
2
votes
1answer
58 views
index and application.ini confusion & few simple questions
New to Zend Framework. I been reading and found that whatever mentioned in application.ini is initialized.
1 - My Question is if I have mentioned include path for Library in ini than why I need to ...
2
votes
1answer
66 views
Can i launch a prerequisite as an admin on windows?
Im trying to create a per user installation for my program made in vb.net
I have .net 4 as a prerequisite which im going to download if its not installed
The problem ive run into is admin rights ...
2
votes
4answers
460 views
Spring startup performance issues
I'm trying to integrate Spring in a pretty large application with thousands of classes, and i'm experiencing huge delays starting my container because of component-scanning.
I have already narrowed ...
2
votes
1answer
240 views
Bootloader help… why is USB drive booting even without boot signature?
I was reading this article about how to boot from a floppy disk: http://www.cs.umbc.edu/portal/help/nasm/boot.shtml
I will give the code here:
; boot1.asm stand alone program for floppy boot ...
2
votes
5answers
81 views
send each request to appropriate controller
I want to make a small web application, and I'm not sure how to go about this.
What I want to do is send every request to the right controller. Kind of how CodeIgniter does it.
So if user asks for ...
2
votes
3answers
146 views
PHP: Is it secure to use index.php as the bootstrap?
I ask because it seems like the only thing ever called in a proper app index.php file is the require_once bootstrap file. I'm assuming this adds a layer of security but if not, this pattern seems ...
2
votes
3answers
1k views
Detecting if SQL Server 2008 is installed
I am using dotNetInstaller as a bootstrapper and I need to detect if SQL Server 2008 or above is installed as a prerequisite.
Currently I am using this registry to detect the installation:
...
2
votes
6answers
451 views
How can a language's compiler be written in that language? [closed]
Possible Duplicates:
implementing a compiler in “itself”
Bootstrapping a language
How can you write a compiler in the same language as the language you're writing that ...
2
votes
1answer
269 views
Mongomapper - bootstrapping techniques
I've just begun creating a rails application using mongomapper for my models. I'm wondering what solution should I use for bootstrapping my app with it.
All my previous experience is with ...
2
votes
4answers
858 views
MSI Bootstrapping: External URLs
Much searching has lead me to find several descriptions of how to create a bootstrapping msi, but these solutions all assume the msi is local or a standard Windows component. Is there a way to make ...
2
votes
4answers
1k views
Trying to run faac's bootstrap script but running into errors
I'm trying to install faac and am running into errors. Here are the errors I get when trying to build it:
[root@test faac]# ./bootstrap
configure.in:11: warning: underquoted definition of ...