Home
last modified time | relevance | path

Searched refs:from (Results 1 – 8 of 8) sorted by relevance

/xv6-public/
H A Dentryother.S6 # IPI from the boot CPU. Section B.4.2 of the Multi-Processor
33 # Switch from real to protected mode. Use a bootstrap GDT that makes
H A Dlog.c184 struct buf *from = bread(log.dev, log.lh.block[tail]); // cache block in write_log() local
185 memmove(to->data, from->data, BSIZE); in write_log()
187 brelse(from); in write_log()
H A Dbootasm.S6 # The BIOS loads this code from the first sector of the hard disk into
39 # Switch from real to protected mode. Use a bootstrap GDT that makes
H A Dentry.S8 # Using GRUB 2, you can boot xv6 from a file stored in a
H A DNotes27 pass curproc explicitly, or implicit from cpu #?
53 protect hardware interrupt vectors from user INT instructions?
92 prevents inode[] element from being re-used
H A Ddot-bochsrc75 # Bochs. Now the start address can be calculated from image size.
79 #romimage: file=mybios.bin # calculate start address from image size
88 # without SMP support, it won't accept values different from 1.
168 # booting from 'a' (or 'floppy').
179 # floppya: image=path, status=inserted (guess type from image size)
282 # You can either boot from 'floppy', 'disk' or 'cdrom'
381 # TODO: allow choice based on the facility: e.g. crash on panics from
415 # Then do `sleep 1000000' in the com1 window to keep the shell from
505 # be transfered from the keyboard to controller over the serial path.
530 # This option prevents Bochs from creating mouse "events" unless a mouse
H A DREADME16 xv6 borrows code from the following sources:
H A DTRICKS140 compiler from re-ordering.