Questions tagged [low-level]

In terms of a computer system, low-level refers to the components that appears lower in the stack of system layers.

In terms of a computer system, low-level refers to the components that appears lower in the stack of system layers.

679 questions
-5
votes
1 answer

Bootloader Written for Java

Is there a boot loader written for booting Java virtual machine without an operating system? As far as I know Java virtual machine can run on a machine by itself, without help of an operating system.
maDeveloper
  • 84
  • 11
-5
votes
1 answer

how can I write a MIPS assembly code to write a function

Hi I've just started learning MIPS codeing and I'm really stuck on this, I want to write a function called isCapital, that tests whether a character ch is capitalcase or not? Please help, Thank you.
-5
votes
1 answer

C++ WriteFile doesnt work and returns 5 ( GetLastError() ), even tho i have admin permition

Ok so, im making this programm that lets me access and write in a usb device. Im having this problem that, when i try to run the WriteFile( hFile, lpBuffer, nNumberOfBytesToWrite, lpNumberOfBytesWritten, lpOverlapped ); it…
thecner
  • 11
  • 1
  • 1
  • 7
-6
votes
2 answers

Access Real Time on Computer

currently I am attempting to access the OS clock using python. Is there a sort of way I can access the clock value at this exact time and get a string that returns back lets say 12:00:00am PST or just the time? The timezone is a plus :) I have…
jsetting32
  • 1,632
  • 2
  • 20
  • 45
1 2 3
45
46