Changes in boot/arch/amd64/Makefile.inc [2fc487f:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
r2fc487f r9d58539 27 27 # 28 28 29 PAGE_SIZE = 409630 31 29 RD_SRVS_ESSENTIAL += \ 32 $(USPACE_PATH)/srv/hw/char/i8042/i8042 \33 30 $(USPACE_PATH)/srv/hw/irc/apic/apic \ 34 31 $(USPACE_PATH)/srv/hw/irc/i8259/i8259 … … 38 35 39 36 RD_DRVS += \ 40 audio/sb16 \41 char/ns8250 \42 37 infrastructure/rootpc \ 43 38 bus/pci/pciintel \ 44 39 bus/isa \ 40 char/i8042 \ 41 char/ns8250 \ 42 char/ps2mouse \ 43 char/xtkbd \ 45 44 bus/usb/ehci\ 46 45 bus/usb/ohci \
Note:
See TracChangeset
for help on using the changeset viewer.