/[gxemul]
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Revision 10


Jump to revision: Previous Next
Author: dpavlin
Date: Mon Oct 8 16:18:27 2007 UTC (16 years, 5 months ago)
Changed paths: 83
Log Message:
++ trunk/HISTORY	(local)
$Id: HISTORY,v 1.815 2005/06/27 23:04:35 debug Exp $
20050617	Experimenting some more with netbooting OpenBSD/sgi. Adding
		a hack which allows emulated ethernet networks to be
		distributed across multiple emulator processes.
20050618	Minor updates (documentation, dummy YAMON emulation, etc).
20050620	strcpy/strcat -> strlcpy/strlcat updates.
		Some more progress on evbmips (Malta).
20050621	Adding a section to doc/configfiles.html about ethernet
		emulation across multiple hosts.
		Beginning the work on the ARM translation engine (using the
		dynamic-but-not-binary translation method).
		Fixing a bintrans bug: 0x9fc00000 should always be treated as
		PROM area, just as 0xbfc00000 is.
		Minor progress on Malta emulation (the PCI-ISA bus).
20050622	NetBSD/evbmips can now be installed (using another emulated
		machine) and run (including userland and so on). :-)
		Spliting up the bintrans haddr_entry field into two (one for
		read, one for write). Probably not much of a speed increase,
		though.
		Updating some NetBSD 2.0 -> 2.0.2 in the documentation.
20050623	Minor updates (documentation, the TODO file, etc).
		gzipped kernels are now always automagically gunzipped when
		loaded.
20050624	Adding a dummy Playstation Portable (PSP) mode, just barely
		enough to run Hello World (in weird colors :-).
		Removing the -b command line option; old bintrans is enabled
		by default instead. It makes more sense.
		Trying to finally fix the non-working performance measurement
		thing (instr/second etc).
20050625	Continuing on the essential basics for ARM emulation. Two
		instructions seem to work, a branch and a simple "mov". (The
		mov arguments are not correct yet.) Performance is definitely
		reasonable.
		Various other minor updates.
		Adding the ARM "bl" instruction.
		Adding support for combining multiple ARM instructions into one
		function call. ("mov" + "mov" is the only one implemented so
		far, but it seems to work.)
		Cleaning up some IP32 interrupt things (crime/mace); disabling
		the PS/2 keyboard controller on IP32, so that NetBSD/sgimips
		boots into userland again.
20050626	Finally! NetBSD/sgimips netboots. Adding instructions to
		doc/guestoses.html on how to set up an nfs server etc.
		Various other minor fixes.
		Playstation Portable ".pbp" files can now be used directly.
		(The ELF part of the .pbp is extracted transparently.)
		Converting some sprintf -> snprintf.
		Adding some more instructions to the ARM disassembler.
20050627	More ARM updates. Adding some simple ldr(b), str(b),
		cmps, and conditional branch instructions, enough to run
		a simple Hello World program.
		All ARM instructions are now inlined/generated for all possible
		condition codes.
		Adding add and sub, and more load/store instructions.
		Removing dummy files: cpu_alpha.c, cpu_hppa.c, and cpu_sparc.c.
		Some minor documentation updates; preparing for a 0.3.4
		release. Updating some URLs.

==============  RELEASE 0.3.4  ==============



Changed paths

Path Details
Directorytrunk/HISTORY modified , text changed
Directorytrunk/README modified , text changed
Directorytrunk/RELEASE modified , text changed
Directorytrunk/TODO modified , text changed
Directorytrunk/configure modified , text changed
Directorytrunk/doc/20050617-openbsd-sgi.png added
Directorytrunk/doc/20050617-openbsd-sgi_small.png added
Directorytrunk/doc/20050622-netbsd-evbmips-malta.png added
Directorytrunk/doc/20050622-netbsd-evbmips-malta_small.png added
Directorytrunk/doc/20050626-netbsd-sgimips-netboot.png added
Directorytrunk/doc/20050626-netbsd-sgimips-netboot_small.png added
Directorytrunk/doc/configfiles.html modified , text changed
Directorytrunk/doc/experiments.html modified , text changed
Directorytrunk/doc/guestoses.html modified , text changed
Directorytrunk/doc/index.html modified , text changed
Directorytrunk/doc/intro.html modified , text changed
Directorytrunk/doc/misc.html modified , text changed
Directorytrunk/doc/technical.html modified , text changed
Directorytrunk/experiments/new_test_x.c modified , text changed
Directorytrunk/experiments/rssb_as.c modified , text changed
Directorytrunk/man/gxemul.1 modified , text changed
Directorytrunk/src/Makefile.skel modified , text changed
Directorytrunk/src/arcbios.c modified , text changed
Directorytrunk/src/bintrans.c modified , text changed
Directorytrunk/src/bintrans_alpha.c modified , text changed
Directorytrunk/src/bintrans_i386.c modified , text changed
Directorytrunk/src/console.c modified , text changed
Directorytrunk/src/cpu.c modified , text changed
Directorytrunk/src/cpu_alpha.c deleted
Directorytrunk/src/cpu_arm.c modified , text changed
Directorytrunk/src/cpu_arm_instr.c added
Directorytrunk/src/cpu_hppa.c deleted
Directorytrunk/src/cpu_mips.c modified , text changed
Directorytrunk/src/cpu_mips_coproc.c modified , text changed
Directorytrunk/src/cpu_ppc.c modified , text changed
Directorytrunk/src/cpu_run.c modified , text changed
Directorytrunk/src/cpu_sparc.c deleted
Directorytrunk/src/cpu_urisc.c modified , text changed
Directorytrunk/src/cpu_x86.c modified , text changed
Directorytrunk/src/debugger.c modified , text changed
Directorytrunk/src/dec_prom.c modified , text changed
Directorytrunk/src/device.c modified , text changed
Directorytrunk/src/devices/Makefile.skel modified , text changed
Directorytrunk/src/devices/dev_8259.c modified , text changed
Directorytrunk/src/devices/dev_au1x00.c modified , text changed
Directorytrunk/src/devices/dev_cons.c modified , text changed
Directorytrunk/src/devices/dev_fb.c modified , text changed
Directorytrunk/src/devices/dev_gt.c modified , text changed
Directorytrunk/src/devices/dev_le.c modified , text changed
Directorytrunk/src/devices/dev_malta.c added
Directorytrunk/src/devices/dev_malta_lcd.c added
Directorytrunk/src/devices/dev_ns16550.c modified , text changed
Directorytrunk/src/devices/dev_sgi_ip32.c modified , text changed
Directorytrunk/src/devices/dev_sn.c modified , text changed
Directorytrunk/src/devices/dev_turbochannel.c modified , text changed
Directorytrunk/src/devices/dev_vga.c modified , text changed
Directorytrunk/src/devices/pci_vt82c586.c modified , text changed
Directorytrunk/src/diskimage.c modified , text changed
Directorytrunk/src/emul.c modified , text changed
Directorytrunk/src/emul_parse.c modified , text changed
Directorytrunk/src/file.c modified , text changed
Directorytrunk/src/include/cpu.h modified , text changed
Directorytrunk/src/include/cpu_alpha.h deleted
Directorytrunk/src/include/cpu_arm.h modified , text changed
Directorytrunk/src/include/cpu_hppa.h deleted
Directorytrunk/src/include/cpu_mips.h modified , text changed
Directorytrunk/src/include/cpu_ppc.h modified , text changed
Directorytrunk/src/include/cpu_sparc.h deleted
Directorytrunk/src/include/devices.h modified , text changed
Directorytrunk/src/include/machine.h modified , text changed
Directorytrunk/src/include/mips_cpu_types.h modified , text changed
Directorytrunk/src/include/misc.h modified , text changed
Directorytrunk/src/include/net.h modified , text changed
Directorytrunk/src/machine.c modified , text changed
Directorytrunk/src/main.c modified , text changed
Directorytrunk/src/memory_rw.c modified , text changed
Directorytrunk/src/misc.c modified , text changed
Directorytrunk/src/net.c modified , text changed
Directorytrunk/src/pc_bios.c modified , text changed
Directorytrunk/src/symbol.c modified , text changed
Directorytrunk/src/x11.c modified , text changed
Directorytrunk/src/yamon.c added
Directorytrunk/tests/do_tests.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.26