Changeset 2427
- Timestamp:
- Aug 6, 2011 12:44:01 AM (23 months ago)
- Location:
- cpu/x86/pc/biosload
- Files:
-
- 2 edited
-
devices.fth (modified) (4 diffs)
-
fw.bth (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/biosload/devices.fth
r2293 r2427 11 11 12 12 [ifdef] addresses-assigned 13 0 0 " addresses-preassigned" property 14 0 [if] 13 15 \ Suppress PCI address assignment; use the addresses the BIOS assigned 14 16 patch false true master-probe … … 21 23 patch or-w! my-w! find-fcode? 22 24 patch 2drop my-w! find-fcode? 25 [then] 23 26 [then] 24 27 … … 248 251 end-package 249 252 devalias screen /display \ Explicit, because it's not probed 253 [then] 254 255 [ifdef] use-pineview 256 0 0 " 2,0" " /pci" begin-package 257 " display" name 258 fload ${BP}/dev/intel/graphics/pineview.fth 259 end-package 260 devalias screen /pci/display@2,0 \ Explicit, because it's not probed 250 261 [then] 251 262 … … 338 349 [else] 339 350 fload ${BP}/dev/isa/diaguart.fth \ ISA COM port driver 340 h# 3f8 is uart-base341 351 [then] 342 352 343 353 fload ${BP}/forth/lib/sysuart.fth \ Use UART for key and emit 344 fload ${BP}/cpu/x86/pc/egauart.fth \ Output also to EGA 345 346 fload ${BP}/cpu/x86/pc/reset.fth \ reset-all 354 [ifndef] no-ega-startup-messages 355 fload ${BP}/cpu/x86/pc/egauart.fth \ Output also to EGA 356 [then] 357 358 0 value keyboard-ih 359 0 value screen-ih 360 361 fload ${BP}/ofw/core/muxdev.fth \ I/O collection/distribution device 362 363 fload ${BP}/cpu/x86/pc/reset.fth \ reset-all 347 364 348 365 [ifdef] olpc -
cpu/x86/pc/biosload/fw.bth
r2231 r2427 7 7 in: bootsec.hex 8 8 build-now 9 10 " fw.tag" r/w create-file drop tag-file ! 9 11 10 12 hex … … 355 357 auto-banner? if 356 358 " Probing" ?type probe-all 357 " Install console" ?type install-console 358 ?usb-keyboard 359 install-mux-io 360 \ " Install console" ?type install-console 361 \ ?usb-keyboard 359 362 banner 360 363 then … … 406 409 407 410 " dhcp" ' ip-address set-config-string-default 411 412 tag-file @ fclose tag-file off 408 413 409 414 .( SAVING FW.dic ...)
Note: See TracChangeset
for help on using the changeset viewer.
