home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / arexx / moos / demos / rexx_exec.out < prev    next >
Text File  |  1997-03-25  |  1KB  |  40 lines

  1.  
  2.  
  3.  
  4. #### ReBoot() ################################################################
  5. -------------------- ReBoot() ------------------------------------------------
  6. Do you really want to reset your system?
  7. Use CTRL-Amiga-Amiga... :-)
  8.  
  9.  
  10.  
  11. #### GetSysBase(options) #####################################################
  12. -------------------- GetSysBase("sys.") --------------------------------------
  13. sys.ColdCapture  == 0
  14. sys.CoolCapture  == 0
  15. sys.WarmCapture  == 0
  16. sys.KickMemPtr   == 0
  17. sys.KickTagPtr   == 0
  18. sys.KickCheckSum == 0
  19. sys.ThisTask     == 4063848
  20. sys.SysCPU       == 68030
  21. sys.SysFPU       == 68882
  22.  
  23.  
  24.  
  25. #### FlushMem(options) #######################################################
  26. -------------------- FlushMem() ----------------------------------------------
  27.  
  28.  
  29.  
  30. #### AvailMem(options) #######################################################
  31. -------------------- AvailMem("mem.") ----------------------------------------
  32. mem.Mem_Any      == 5241744
  33. mem.Mem_Public   == 5241744
  34. mem.Mem_Chip     == 1047440
  35. mem.Mem_Fast     == 4194192
  36. mem.Mem_Local    == 1047440
  37. mem.Mem_24bitdma == 5241744
  38. mem.Mem_Kick     == 5241744
  39.  
  40.