activities
on 20 Jan
0917a60 Fix error in README
d7a01c2 fix some python build bugs
bf67f03 building assets: avoid showing plots in python files
...
on 15 Jan
@lukas lukas pushed to master at lukas/honey-os
65e312e shell: scan for terminal function
on 12 Jan
@lukas lukas pushed to master at lukas/honey-os
3300e1e add more detail to README
on 11 Jan
@lukas lukas pushed to master at lukas/honey-os
dc05df4 usb: initialize in a fork
on 10 Jan
@lukas lukas pushed to master at lukas/honey-os
b5aedc9 kernel: add free page system call
on 10 Jan
@lukas lukas pushed to master at lukas/honey-os
193516d mbr: correct detection of unused partitions
on 10 Jan
@lukas lukas pushed to master at lukas/honey-os
295e743 mbr: avoid printing non-existent partitions
on 9 Jan
@lukas lukas pushed to master at lukas/honey-os
264babc ps2: fix some timeout events when initialing the controller
on 5 Jan
@lukas lukas pushed to master at lukas/honey-os
07752c8 usb: fix reset port with new reserved 0-pages
b0db6b5 kernel: reserve first 16 pages of a service to make accidental Null pointer resolutions thorw an exception
on 4 Jan
@lukas lukas pushed to master at lukas/honey-os
36597ec shell: seperate arguments and command
on 3 Jan
@lukas lukas pushed to master at lukas/honey-os
64b6897 fix bad msgpack folder and .h file names
on 3 Jan
@lukas lukas pushed to master at lukas/honey-os
a37f1a4 buffersTests: show lspci data in one line for better viewing
on 2 Jan
@lukas lukas pushed to master at lukas/honey-os
5877f21 lspci: add function to dump data for all devices
on 1 Jan
@lukas lukas pushed to master at lukas/honey-os
c9f763e lspci, buffersTests: transmit pci device info using msgpacks
on 31 Dec
@lukas lukas pushed to master at lukas/honey-os
94b88d4 flatBuffers: move implementations to hlib and into different files
on 29 Dec
@lukas lukas pushed to master at lukas/honey-os
a5ff98e buffers: implement GET macro for easier accessing of values
on 28 Dec
@lukas lukas pushed to master at lukas/honey-os
5bf9b5b buffersTests: clean up
on 1 Dec
@lukas lukas pushed to master at lukas/honey-os
b27b07f hlib: fix #5: weird printf behaviour
on 1 Dec
@lukas lukas pushed to master at lukas/honey-os
50570e7 buffersTests: refactor dumpPack
ad20282 vga: add bulk out write funtion
on 29 Nov
@lukas lukas pushed to master at lukas/honey-os
b676c64 buffersTests: retrieve map value from a key
on 28 Nov
@lukas lukas pushed to master at lukas/honey-os
2d06d55 buffersTests: iterate over elements of an array
b161a0a add read support for strings
on 27 Nov
@lukas lukas pushed to master at lukas/honey-os
b1fb12e buffersTests: gracefully handle negative and positive integers
on 26 Nov
@lukas lukas pushed to master at lukas/honey-os
acccce5 buffersTests: read buffer value as unsigned integer
on 25 Nov
@lukas lukas pushed to master at lukas/honey-os
d042d61 buffersTests: add EXPECT helper
on 24 Nov
@lukas lukas pushed to master at lukas/honey-os
e23618a buffersTests: support writing maps to buffers
on 24 Nov
@lukas lukas pushed to master at lukas/honey-os
1b881a4 buffersTests: add support for adding strings
on 23 Nov
@lukas lukas pushed to master at lukas/honey-os
8257af3 add array writing
on 23 Nov
@lukas lukas pushed to master at lukas/honey-os
610fa6f buffersTests: write integer types to buffer
on 22 Nov
@lukas lukas pushed to master at lukas/honey-os
208f8e7 buffersTests: refactor length calculation
on 22 Nov
@lukas lukas pushed to master at lukas/honey-os
bbdacb9 buffersTests: add basic outline for figuring out the length of a packet from its structure
on 21 Nov
@lukas lukas pushed to master at lukas/honey-os
e7fd7bf buffersTests: read maps and arrays
48e275d buffersTests: parse bools and strings
on 20 Nov
@lukas lukas pushed to master at lukas/honey-os
0f720eb buffersTests: add support for reading negaive numbers
on 20 Nov
@lukas lukas pushed to master at lukas/honey-os
ec3fbc6 buffersTests: read integers
on 20 Nov
@lukas lukas pushed to master at lukas/honey-os
aaca560 buffersTests: show all relevant data
95fc4ff fix sprintf problems
on 19 Nov
@lukas lukas pushed to master at lukas/honey-os
8c6e548 buffersTests: use enum for format information
on 19 Nov
@lukas lukas pushed to master at lukas/honey-os
c4e9ce4 buffersTests: add basic type descriptions
on 18 Nov
@lukas lukas pushed to master at lukas/honey-os
8de50c2 add blank buffer tests file
on 17 Nov
@lukas lukas pushed to master at lukas/honey-os
2877795 add note for gpt documentation
on 16 Nov
@lukas lukas pushed to master at lukas/honey-os
57f737c mbr: detect gpt partitions
on 14 Nov
@lukas lukas pushed to master at lukas/honey-os
a3a057c add documentation links for xhci and usb mass storage classes
on 13 Nov
@lukas lukas pushed to master at lukas/honey-os
c048396 mbr: show signature
ae45fca add transfer size parameter to usbStorage out function
on 13 Nov
@lukas lukas pushed to master at lukas/honey-os
7adf23b add link to scisi command specifications
on 12 Nov
@lukas lukas pushed to master at lukas/honey-os
ec29602 scisi: check if device is bootable
on 9 Nov
@lukas lukas pushed to master at lukas/honey-os
6271f5f scisi: free buffers that are no longer used
on 8 Nov
@lukas lukas pushed to master at lukas/honey-os
02a1933 usbStorage: remove excess debug statements
9f947f1 scisi: print full device size
on 8 Nov
@lukas lukas pushed to master at lukas/honey-os
9129d67 scisi: keep track of block size and correct read command
on 8 Nov
@lukas lukas pushed to master at lukas/honey-os
c58be30 scisi: improve read function
on 7 Nov
@lukas lukas pushed to master at lukas/honey-os
4a2175b scisi: read some demo data from the device
on 7 Nov
@lukas lukas pushed to master at lukas/honey-os
daf41ee scisi: read device size
on 7 Nov
@lukas lukas pushed to master at lukas/honey-os
0bf4bec scisi: fetch full identify data
ca12cf6 scisi usbStorage: return read data