Changes in / [6ea5e7a:3c8b0a8] in mainline
- Files:
-
- 3 edited
-
contrib/qemu/build-from-scratch.sh (modified) (1 diff)
-
kernel/genarch/src/multiboot/multiboot.c (modified) (1 diff)
-
uspace/app/sysinst/sysinst.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/qemu/build-from-scratch.sh
r6ea5e7a r3c8b0a8 29 29 # 30 30 31 VERSION=3. 0.031 VERSION=3.1.0 32 32 BASENAME=qemu-${VERSION} 33 33 BASENAME_MASTER=qemu-master -
kernel/genarch/src/multiboot/multiboot.c
r6ea5e7a r3c8b0a8 55 55 /* 56 56 * Find last occurence of '/' before 'end'. If found, place start at 57 * next character. Otherwise, place start at beginning of buffer.57 * next character. Otherwise, place start at beginning of command line. 58 58 */ 59 59 const char *cp = end; 60 const char *start = buf;60 const char *start = cmd_line; 61 61 62 62 while (cp != start) { -
uspace/app/sysinst/sysinst.c
r6ea5e7a r3c8b0a8 62 62 * in Grub notation). 63 63 */ 64 #define DEFAULT_DEV "devices/\\hw\\ pci0\\00:01.0\\ata-c1\\d0"64 #define DEFAULT_DEV "devices/\\hw\\sys\\00:01.0\\ata-c1\\d0" 65 65 //#define DEFAULT_DEV "devices/\\hw\\pci0\\00:01.2\\uhci_rh\\usb01_a1\\mass-storage0\\l0" 66 66 /** Volume label for the new file system */
Note:
See TracChangeset
for help on using the changeset viewer.
