personnumber3377

Results 10 comments of personnumber3377

For me it is just a blinking cursor a few lines down from the top of the screen. I used dd command to just put the os-image.bin to a blank...

I have csm enabled (forgot that very crucial detail), but still the same thing.

So there is no way to make this run on a real pc?

I tried the commands from here: https://littleosbook.github.io/ at the section "building an iso image" on the os-image.bin with appropriate modifications (os-image instead of kernel.elf in the guide). Now when i...

OK i decided to stop procrastinating and actually do something. So the laptop i am using is an ASUS laptop model number X551MA, it is quite old but but still...

Found this gem: https://www.youtube.com/watch?v=1rnA6wpF0o4&list=PLHh55M_Kq4OApWScZyPl5HhgsTJS9MZ6M

I think that this has something to do with this stuff here: ``` if [[ $CFLAGS = *sanitize=memory* ]]; then GNUTLS_CONFIGURE_FLAGS="--disable-hardware-acceleration" NETTLE_CONFIGURE_FLAGS="--disable-assembler --disable-fat" fi ``` the if check only passes...

After compiling nettle it tries to compile gnulib (I think) and I get these errors: ``` Copying file m4/sys_random_h.m4 Copying file m4/sys_select_h.m4 Copying file m4/sys_socket_h.m4 Copying file m4/sys_stat_h.m4 Copying file...

I fixed the build.sh script such that it now atleast compiles. Definitely not pretty, but atleast it compiles I have documented my fixes here in a blog post (I wrote...

@rockdaboot yeah, I couldn't find anything on the internet on why it failed for mean. It may be because of the different versions of autotools or something like that. I...