Hi!

You might want to test VsTA (http://www.vsta.org - tiny little
microkernelish OS). Plus there are some Linux-class oses to try:
FreeBSD (http://www.freebsd.org, hopefully) and GNU HURD
(http://www.gnu.org should give you some links, I do not have browser
handy).

                                                             Pavel
PS: I tried todays snapshot with HAL-91 uLinux, and it got up-to dying
because of no coprocessor. Wow!

Putting write-protected bootdisk makes emulator crash with pretty
unfriendly messages.

...
Current instruction:
 FF53.00010002 0000 addb %al, (%bx,%si)

Of course, somewhere above it does say "read-only filesystem", but
that's two screens above. 

It would be nice to include this in official distro:

conf/bootdisk
####################################################################
# Try booting operating system from /dev/fd0
# Be sure to have 1.44MB read/write bootdisk inserted
####################################################################


####################################################################
# Memory settings
####################################################################

# number of megabytes for vm
memory = 16


####################################################################
# Plugins
####################################################################

plugin = ./plugins/bochs/plugin-bochs.so
bochs-opt boot: a
bochs-opt floppya: 1_44=/dev/fd0, status=inserted
bochs-opt keyboard_serial_delay: 200
bochs-opt floppy_command_delay: 500
bochs-opt vga_update_interval: 300000
bochs-opt mouse: enabled=0
bochs-opt private_colormap: enabled=0
bochs-opt i440fxsupport: enabled=0
bochs-opt newharddrivesupport: enabled=1
bochs-opt ips: 1000000
bochs-opt time0: 938581955
bochs-init


# Replay IO events from a previous run.  For now this let's us
# program the VGA adapter, without booting via the BIOS.
plugin = ./plugins/misc/replay_io.so file=../misc/vga_io.log

# The system BIOS
load-rom file=../bios/BIOS-plex86-2000_0817a address=0xf0000

# The VGA BIOS
load-rom file=../bios/VGABIOS-elpin-2.40 address=0xc0000

#plugin = ./plugins/loader/load-kernel.so \
#  file=../../linux.img \
#  address=0x100000 \
#  stack=36864 \
#  rd=0x00e80000:../../initrd.img \
#  hack=linux



####################################################################
# Debugging settings
####################################################################

# syntax for disassembly
db_syntax = at&t


####################################################################
# VM tweaks            
####################################################################
  
# Maximum depth that the scan-before-execute code will try
# to recursively prescan code in the current code page, by
# following intra-page branches.
prescan_depth = 3
#prescan_depth = 1


####################################################################
# end of config file
####################################################################




-- 
I'm [EMAIL PROTECTED] "In
my country we have almost anarchy and I don't care."  Panos
Katsaloulis describing me w.r.t. patents at [EMAIL PROTECTED]

Reply via email to