Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
Tomas Hruby 2e293ce7c0 system_init() renamed to arch_init()
- a better name for architecture specific init function

- some of x86 init code must execute in protected mode

- prot_init() removed from this function and still called in cstart() Imho this
  should be called from the architecture specific assembly not cstart. cstart
  perform Minix monitor specific tasks and will be touched once another
  bootloader is in use, e.g. booting via tftp, therefore we keep it as is for
  now.

- this is a backport from the SMP code which requires this. Merging will be simpler
2009-08-30 14:55:30 +00:00
boot Fixed some warnings 2009-08-17 18:49:15 +00:00
commands urlget: broken ftpget call, reported by Charles Littlefield 2009-08-23 13:53:03 +00:00
docs profiling reminder 2009-01-09 16:44:47 +00:00
drivers Re-disable complete_bars, it was not needed for PRO/100 despite the error message 2009-08-27 07:10:03 +00:00
etc Extend Intel PRO/100 support 2009-08-26 21:01:46 +00:00
include Added a hack to start binaries from the boot image only. In particular, setting 2009-08-18 11:36:01 +00:00
kernel system_init() renamed to arch_init() 2009-08-30 14:55:30 +00:00
lib support for TCP sockets in send/sendto/recv/recvfrom 2009-08-21 09:59:09 +00:00
man Man page for new function nanosleep(3), updated man page for sleep(3) 2009-08-16 12:12:40 +00:00
servers VFS: fetch_name() buffer underflow (reported by John Peace, bug #305) 2009-08-29 08:22:50 +00:00
test Use su to allow tests 3, 6, 17, 18, 19, 21 and 25 to work as root, making testing easier 2009-08-18 19:58:34 +00:00
tools IPC privileges fixes 2009-07-02 16:25:31 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile include libraries. 2008-11-19 13:15:35 +00:00