Search:

Type: Posts; User: /bin/sh; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    1,053

    Re: apt-get problem

    Thanks, it worked!
  2. Replies
    5
    Views
    1,053

    apt-get problem

    I have linux mint with the mate desktop (looks like the ubuntu-10.04 desktop).
    When I run
    sudo apt-get install [something I allready have] it says this:


    Reading package lists... Done...
  3. Thread: Mint wifi?

    by /bin/sh
    Replies
    1
    Views
    782

    Mint wifi?

    I have linux mint 10 64-bit and once I rebooted and the wifi did not work, so I checked in additional drivers and the broadcon STA wireless driver was not activated so I activated but then it gave me...
  4. Replies
    4
    Views
    612

    [ubuntu] Re: HELP with VPS running VNC

    Maby nano isn't installed:


    sudo apt-get install nano
  5. Replies
    0
    Views
    254

    [other] grub on virtual floppy

    How do I make a VIRTUAL floppy or any other VIRTUAL device and install grub on it and mount it and copy some files so I can boot up my test os I am making. And how do I make a file that grub will...
  6. Re: Trying to learn programming, but I don't know where to start...

    I started with java and then went to to assembly. Assembly is the core of all programming but is not good for some things like porting code. I recommend to learn assembly fist (when I learnt assembly...
  7. Thread: apt-get fails

    by /bin/sh
    Replies
    2
    Views
    526

    [ubuntu] Re: apt-get fails

    Type in

    sudo apt-get update
    and try again.
  8. Replies
    2
    Views
    1,019

    [other] Re: install grub on floppy

    Thanks!!!
    Hey, this is the Virtualisation part of ubuntuforums, isn't it?
  9. Thread: Password

    by /bin/sh
    Replies
    9
    Views
    421

    [ubuntu] Re: Password

    or you can try:


    sudo apt-get install unity
  10. Thread: Password

    by /bin/sh
    Replies
    9
    Views
    421

    [ubuntu] Re: Password

    try this:


    sudo startx
  11. Replies
    3
    Views
    374

    Re: nasm include in gas

    Is there a way to include a file as intel syntax type?
  12. Replies
    2
    Views
    1,019

    [other] install grub on floppy

    I need someway to install grub on a virtual floppy and then to mount it and copy some other stuff (I am making an os). Then I need to know how to make the startup file for grub to load to.
  13. Replies
    3
    Views
    374

    nasm include in gas

    Here is my problem:

    file1.c:


    main ()
    {
    asm (
    ".intel_syntax\n"
    "%include "file2.asm"\n"
  14. Replies
    4
    Views
    2,563

    Re: intel assembly register st?

    I found that in your link ([http://en.wikipedia.org/wiki/X86#x86_registers) under 32-bit at line 9 it said:
    "With the 80486 a floating-point processing unit (FPU) was added, with eight 80-bit wide...
  15. Replies
    4
    Views
    2,563

    intel assembly register st?

    While I was doing some intel assembly code on kate text editor I by mistake wrote "st" and I saw that st was blue (I had set kate to blue for a register), this means st is a register. What is st used...
  16. Thread: C, c++

    by /bin/sh
    Replies
    21
    Views
    849

    Re: C, c++

    Linus Torvalds said: "C++ is a horrible language. It's made more horrible by the fact that a lot of substandard programmers use it".
    http://en.wikipedia.org/wiki/C++#Criticism
  17. Thread: registers in c

    by /bin/sh
    Replies
    3
    Views
    339

    registers in c

    How do I know which is which in r1 r2 r3 ... ?
    I am making both c and assembly files in my project and I need to know if r1 is asm("ah"); and r2 is asm("al"); or something else.
    And do I need to...
  18. Replies
    6
    Views
    803

    [ubuntu] Re: Messages during boot

    By the way, these messages are written to /var/log/boot.log.
  19. [SOLVED] How to make a programming language in shell script

    Have you ever wanted to make your own programming language?
    First you need to decide which programming language to build your programming language with. I will show how to do it in shell script....
  20. [other] Re: How to execute a .bin file from assembly code

    That is shell script, I meant assembly. I need to load and execute .bin files in assembly like an os loads them.
  21. [other] How to execute a .bin file from assembly code

    Hi all.
    I need to make a system call in assembly that will execute a .bin file(an assembly file which is assembled). I have checked all over the internet but I have not found a single page that...
  22. Replies
    0
    Views
    252

    How do I make a bootable floppy?

    I am making an operative system with a bootloader, kernel and programs. I need to make a bootable floppy and mount it on a directory for copying the bootloader, kernel and programs to and then...
  23. Replies
    2
    Views
    292

    [other] Re: Trouble mounting a floppy!!!

    Tried all of that, same error.
  24. Replies
    2
    Views
    292

    [other] Trouble mounting a floppy

    I am making an os in assembly and have made the basic parts of the bootloader and the kernel. I have made a floppy with:


    mkdosfs -C /path/to/my/floppy.flp 1440

    and then copyed the bootloader:...
  25. Replies
    65
    Views
    2,859

    Re: Programming an OS

    If he wants to make an os he will have to do 3 things:
    1. Check out mikeos at http://mikeos.berlios.de.
    2. Learn assembly.
    3. Make his first bootloader in assembly.
    Anybody who wants to be a...
Results 1 to 25 of 35
Page 1 of 2 1 2