- Apr 02, 2013
-
-
Avi Kivity authored
If a target fails to build, it is probably corrupted. Delete it. Fixes misbuild after a second make with an incorrect bootfs.manifest.
-
- Mar 19, 2013
-
-
Avi Kivity authored
-
- Jan 30, 2013
-
-
Avi Kivity authored
-
- Jan 27, 2013
-
-
Avi Kivity authored
-
Avi Kivity authored
Not completely silent unfortunately.
-
Avi Kivity authored
One test so far: java.lang.System.nanoTime() We're only about 500% slower than native.
-
- Jan 11, 2013
-
-
Avi Kivity authored
-
- Dec 28, 2012
-
-
Avi Kivity authored
-
Avi Kivity authored
-
- Dec 27, 2012
-
-
Avi Kivity authored
-MD accepts no argument, and luckily the argument we supplied evaluated to nothing. Remove it.
-
Avi Kivity authored
the -MP switch allows make to ignore deleted files.
-
Avi Kivity authored
this gives us better dependency tracking.
-
Avi Kivity authored
-
Dor Laor authored
-
Avi Kivity authored
-
Avi Kivity authored
We need different rules for .s (compiled by 'gas') and .S ('gcc') since the compiler and assembler take different command line options.
-
Dor Laor authored
-
Dor Laor authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
It's as arch-specific as they come.
-
- Dec 26, 2012
-
-
Avi Kivity authored
This implementation stores small objects in pools of similar-sized objects, while large objects are allocated using a first-fit algorithm. There is also a specialized interface for allocating aligned pages.
-
- Dec 25, 2012
-
-
Avi Kivity authored
-
- Dec 24, 2012
-
-
Dor Laor authored
-
Dor Laor authored
order to reach includes files for within the hirarchy.
-
Avi Kivity authored
-
- Dec 23, 2012
-
-
Avi Kivity authored
-
Avi Kivity authored
No threading yet, so no real locking
-
Avi Kivity authored
-
Avi Kivity authored
This forces the linker to add a DYNAMIC segment, allowing us to export our symbols to loaded libraries.
-
Avi Kivity authored
This gives us full control over linker options.
-
Avi Kivity authored
We need the headers so we can provide the symbols to loaded libraries. This means we cannot use objcopy to munge the binary format to elf32-i386, as the loader doesn't understand this format. Instead, add a separate 32-bit only stage (in elf32-i386 format) that loads the 64-bit image into memory as its payload. This keeps multiboot happy and leave our headers alone.
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-
Avi Kivity authored
-