Changeset 41605 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 7, 2012 1:14:38 AM (13 years ago)
- Location:
- trunk/src/VBox/Devices/PC/BIOS-new
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/Makefile.kmk
r41604 r41605 34 34 TEMPLATE_VBoxBios_INCS = . 35 35 TEMPLATE_VBoxBios_ASFLAGS = -q -3 -wx 36 TEMPLATE_VBoxBios_CFLAGS = -q -3 -wx -z u -s -oas -d1+ -ms36 TEMPLATE_VBoxBios_CFLAGS = -q -3 -wx -zl -zu -s -oas -d1+ -ms 37 37 TEMPLATE_VBoxBios_DEFS = \ 38 38 VBOX_PC_BIOS \ -
trunk/src/VBox/Devices/PC/BIOS-new/support.asm
r41604 r41605 35 35 36 36 37 ;38 ; A symbol the compiler uses to make sure it drags in the right clibs.39 ;40 _small_code_:41 cli42 hlt43 44 45 37 ;; 46 38 ; 32-bit unsigned division.
Note:
See TracChangeset
for help on using the changeset viewer.