Sonntag, 8. November 2009

Pascal

Entwicklung mit der Geany IDE: download aller Packete
Eclipse plugin: pascaline


IDEs:
lazarus
fp-ide (nur unter linux)
geany
DevPas

Montag, 2. November 2009

Windows + Ubuntu

Ubuntu in Windows 7 Bootmanager integrieren


  • Ubuntu Bootloader in Linux Partition installieren (z.B.: /dev/sda2)

  • Bootsektor in die Windows-Boot-Partition kopieren

  • Windows 7 Bootloader konfigurieren in der administrativen Commandline:

    > bcdedit /create /d "Ubuntu" /application BOOTSECTOR

    Der Eintrag {fb3ac750-c001-11de-bcce-d87b43104330} wurde erfolgreich erstellt.

     
    > bcdedit /set  {fb3ac750-c001-11de-bcce-d87b43104330} device boot

    > bcdedit /set  {fb3ac750-c001-11de-bcce-d87b43104330} PATH \linux.bt

    > bcdedit /displayorder  {fb3ac750-c001-11de-bcce-d87b43104330} /addlast

    > bcdedit /timeout 10